$file_input[$i] =~ s/aaa/\/\//gi; or use just like below $file_input[$i] =~ s!aaa!//!gi; for morething study perl regular expressioni quick tutorial ... From:...
Raymond Raj
raymond@...
Oct 1, 2004 8:26 am
19693
... [Apologies for mid-posting - I'm addressing the line above] Is this suitable for a cron-job? The public keys suggestion would make this really easy - you...
... though? ... server... ... ssh- ... do ... You know, I actually have trouble getting RH7 through 9 to work with passwordless login. Well not actually...
... cat /etc/redhat-release Red Hat Linux release 9 (Shrike) /msa3530> which expect expect is /usr/bin/expect Guess you didn't install all of Red Hat. Ken...
Ken Wolcott
ken.wolcott@...
Oct 1, 2004 3:07 pm
19696
... Are you using openssh? 1. Generate private / public keypair on source host with ssh-keygen command. 2. Copy public key to target server, put in a file...
Jeff Eggen
jeggen@...
Oct 1, 2004 3:26 pm
19697
Hi: I am deep into building a website using PERL and need to install a graphics module called GD. The platform that GD is prepared for is unix, and I am using...
Hi: I am deep into building a website using PERL and need to install a graphics module called GD. The platform that GD is prepared for is unix, and I am using...
Hello, I am facing a strange problem. First the scenario. Scenario: I have a date "2004-07-30 07:30:26" and I wanted to know it's equivalent epoch. I used the...
... From: Sathish Kumar Kuppan [mailto:ksathish@...] Sent: Monday, October 04, 2004 12:14 PM To: Raymond Raj Subject: RE: [PBML] Can String replaced...
Raymond Raj
raymond@...
Oct 4, 2004 6:49 am
19701
I should be $file_input[$i] =~ s/aaa/\/\//gi ... a minor correction ... Anyhow, thanks a lot ! ======= Its pertaining to the above discussion... s /...
Hello all, I submitted some detail of my problem in the previous message posted few minutes ago. If I may put the epoch results of my code in a tabular fashion...
Re-finance now, even with bad-credit! *Best Re-finance Rate for credit challenged. *Best Customer Service *Lowest Interest-Rates in Years *SAVE $100-$400 per...
You'd better work using GD's implementation for Perl, GD.pm by Lincoln Stein (http://search.cpan.org/~lds/GD-2.16/GD.pm), or GD::Graph by Martien Verbruggen ...
We will provide loans to anyone. If you are self employed, we will find the proper financing. We specialize in high risk loans. If you have ever been turned...
Hi Bullard, Pl go through these modules to perform ur requirements. WWW::Mechanize; HTML::Tokeparser; Win32::OLE or Excell::Spreadsheet ... From: cbullard...
Murugavel Ramachandran
mugal@...
Oct 11, 2004 4:33 am
19712
I just picked up a book on Perl (Beginning Perl -Simon Cozens). I have been reading it for a few days and just started trying the examples. My problem is...
... You're not getting *anything* but a prompt? The first line should have produced output ('perl helloworld.pl') and the second one should have given you an...
Paul Archer
tigger@...
Oct 11, 2004 12:42 pm
19714
Hi Rob! ... never too soon to start using the strict pragma, i.e. another line: use strict; but that could not be your problem ... this should work ... this...
J.E. Cripps
cycmn@...
Oct 11, 2004 12:47 pm
19715
To: perl-beginner@yahoogroups.com From: "robkmaeda" <robkmaeda@...> Subject: [PBML] Absolute beginner problem Please read...
Hello, Thanks for the responses (at least some of them). I have tried typing in the following in Unix: % perl –e 'print "hello world\n"' From this line I get...
Thank you C. Bullard and Murugavel, but I am very beginner in Perl. Would you mind elaborating on your answers? I've tried to look them up see what you mean...
Try just running: perl -v or perl -V and see if you get anything from that. If not, are you getting output from other commands (if you run an 'ls', for...
Paul Archer
tigger@...
Oct 11, 2004 5:35 pm
19719
perl -v and -V both give the perl version and copyright info in different degrees of detail. Normal Unix commands like ls work as expected too. I tried...
I come from the old days of writing PCL printer driver codes into the program. Things like "\e(s5B" to turn on bold. I've recently realized that there must...