Search the web
Sign In
New User? Sign Up
Perl_Official · Perl . CGI . Shell script
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1843 - 1872 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1843
I've a file with some columns separate by a pipe, like this: aaaa|bb|ccc|ddd|eee|fff|ggg|hhh|iii|jjj|kkk|lllll|mm|nn|o|pp|qqq|r|ss| ...
david_iraheta
Offline Send Email
Sep 4, 2005
2:41 am
1844
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...
Ken at Home
kenshail2003
Offline Send Email
Sep 4, 2005
4:30 pm
1845
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($_...
Krishna Prasad
skpkrish
Offline Send Email
Sep 5, 2005
5:24 am
1846
... 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...
merlyn@...
merlynstoneh...
Online Now Send Email
Sep 5, 2005
4:12 pm
1847
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 ...
Kishore Balla
kishoreballa
Offline Send Email
Sep 5, 2005
4:14 pm
1848
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...
polaris42002
Offline Send Email
Sep 8, 2005
12:45 am
1849
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...
balajirajes
Offline Send Email
Sep 8, 2005
6:51 am
1850
I tried this code and it appears to do the job correctly. The only modification I did was to add "chop $line" and used "next" instead of "NEXT". ...
golagolu
Offline
Sep 8, 2005
2:45 pm
1851
... For line endings, 'chomp' is preferred over 'chop'. HTH, Charles K. Clarkson -- Mobile Homes Specialist 254 968-8328...
Charles K. Clarkson
nottherat
Offline Send Email
Sep 8, 2005
4:20 pm
1852
Hai All, my $infile ="input.txt"; my $outfile = "output.txt"; open FH1, "<$infile" or die "$!"; open FH2, ">$outfile" or die "$!"; while (my $line = <FH1>) { ...
Krishna Prasad
skpkrish
Offline Send Email
Sep 9, 2005
5:53 am
1853
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 ...
Daniel S. Dawdy
railroadguy54
Offline Send Email
Sep 13, 2005
5:20 am
1854
Pragawati yang sedang naik daun, yang pernah bercinta dengan sapi (ref ... Cantik dan sensual (foto : http://www.kapanlagi.com/free/kinaryosih_0.html ). ...
spreq
Offline Send Email
Sep 13, 2005
7:48 am
1855
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...
Julie A. Bolduc
jpfuncrochet
Offline Send Email
Sep 13, 2005
2:49 pm
1856
... Why are you avoiding the qq() operator? print qq(<input type="hidden" name="requiredname" value="$in{requiredname}">\n); $in{'requiredname'} indicates the...
Charles K. Clarkson
nottherat
Offline Send Email
Sep 13, 2005
5:17 pm
1857
How to read meta tags whitout any perl module?...
redstarfcs
Offline
Sep 21, 2005
3:05 pm
1858
... 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...
merlyn@...
merlynstoneh...
Online Now Send Email
Sep 21, 2005
4:17 pm
1859
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 Knight
krknight2001
Offline Send Email
Sep 21, 2005
4:17 pm
1860
... 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?...
merlyn@...
merlynstoneh...
Online Now Send Email
Sep 21, 2005
5:25 pm
1861
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...
oracle s
oracle477
Offline Send Email
Sep 21, 2005
6:57 pm
1862
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...
Kenneth Knight
krknight2001
Offline Send Email
Sep 21, 2005
7:52 pm
1863
yes..but I have a script which does this without any perl module and does it more, more faster then using LWP.....
redstarfcs
Offline
Sep 22, 2005
4:47 am
1864
... Then why ask the question? You have the answer in front of you. Charles K. Clarkson -- Mobile Homes Specialist 254 968-8328...
Charles K. Clarkson
nottherat
Offline Send Email
Sep 22, 2005
2:30 pm
1865
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 ....
navnirman_2001
Offline Send Email
Oct 4, 2005
3:33 pm
1866
... Where are your users? On the web? Behind a terminal? . . . Charles K. Clarkson -- Mobile Homes Specialist 254 968-8328...
Charles K. Clarkson
nottherat
Offline Send Email
Oct 4, 2005
4:39 pm
1867
Behind the terminal ... __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com...
bamra sunny
navnirman_2001
Offline Send Email
Oct 8, 2005
12:00 am
1868
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 ...
com bio
combiofriends
Offline Send Email
Oct 8, 2005
9:15 pm
1869
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 ...
com bio
combiofriends
Offline Send Email
Oct 8, 2005
9:15 pm
1870
yes, through ppm I will assume that u r using Windows & installed ActiveState 1- Open DOS window 2- type PPM and press <ENTER> 3- type "install...
H H
hms_1963
Offline Send Email
Oct 9, 2005
2:40 am
1871
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...
Ken at Home
kenshail2003
Offline Send Email
Oct 9, 2005
3:55 pm
1872
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...
com bio
combiofriends
Offline Send Email
Oct 12, 2005
3:37 pm
Messages 1843 - 1872 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help