Does 'r' appear anywhere else than the location that you require? What exactly do you mean by "take" ? Is it copy all of the r's that are together at that...
Hai David, Greetings..... Say your filename containing the below data is "data.txt", your code should be like this. open(TXT,"data\.txt"); while(<TXT>) { if($_...
... Kishore> Hi all, Kishore> I've seen few scripts which have perl with -U option in the first line.. Kishore> #! /usr/local/bin/perl -U Kishore> can anyone...
Hi all, I've seen few scripts which have perl with -U option in the first line.. #! /usr/local/bin/perl -U can anyone please tell me what it is? -- KISHORE ...
Hello, I'm looking for a tried and true module for parsing the output of the uname command but have not been able to find one. My goal is to parse out the full...
I am trying to ignore the zero values in a specific column.... My source file looks like this 002-1241958-363521 B00087L1N 0 1 002-1241958-363521 B007KQWGO...
Hai All, my $infile ="input.txt"; my $outfile = "output.txt"; open FH1, "<$infile" or die "$!"; open FH2, ">$outfile" or die "$!"; while (my $line = <FH1>) { ...
I have a real stupid question. I have done this way back and can not for the life of me get it. I have a feedback form. The input code looks like: <input ...
Pragawati yang sedang naik daun, yang pernah bercinta dengan sapi (ref ... Cantik dan sensual (foto : http://www.kapanlagi.com/free/kinaryosih_0.html ). ...
Try this for that print "" line. print "<input type=hidden name=\"requiredname\" value=\"$in{'requiredname'}\">\n"; You don't need to make the name="" part a...
... redstarfcs> How to read meta tags whitout any perl module? "meta tags"? Like a web page meta tag? That's with HTML::HeadParser, or just a straight...
This should be obvious, but I'm stuck. If I run this as a standalone Perl program the regex works just as I expect it too. But if I run it from the CGI that...
... Ken> What am I missing? Why would this work standalone and not in the CGI? Is it possible that the third string doesn't have a \t, \r, or \n at the end?...
Hello, I have a trace file( network simulator trace file) and I need to write a perl script which computes drop probability, throughput, and delay. The...
All the samples I posted would include the \n (or \r or \t) at the end of the caption. So caption 123 456: test caption\n Works fine in the standalone bit of...
Hi , I wanna know how can I retrieve input from users , if I need to input lets say "abc.xyz" , where xyz is constant and abc is variable . Please help ....
Hello, I had downloaded and installed Mail::Client::Yahoo from cpan.org. It went fine. After that i just executed the sample program in cpan to access yahoo ...
Hello, I tried installing Mail-Webmail-Yahoo-0.601 in my fedora machine. I initially got the error "HTML-FormParser" is not found. Then i downloaded and ...
I apologise for the top-reply, but its easier this way on OE. You mentioned Fedora, so I assume that you are working on Linux Are you installing from tars, a...
Hello, I tried to install Mail::Web::Yahoo using the command perl -MCPAN -e 'install Mail::Web::Yahoo' in my fedora core 3 system. It asked for my yahoo user...