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 to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1821 - 1850 of 2061   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1821
... On Behalf Of c_dito ... This "(\d+\/\d+\/\d+)" in the above regex means series of digitis separated by /, which is evidently 1/0/12 in your case. To...
Paul Alapatt
paulalapatt
Offline Send Email
Jul 2, 2005
2:36 pm
1822
Hello, I solved the previous problem, but I have a new one. I try to upload an image in the filesystem rather than in a database, using the following code...
kjhseka
Offline Send Email
Jul 2, 2005
10:56 pm
1823
kjhseka <> wrote: [snip] ... Have you tried uploading using the perl binmode() function? It changes the way line endings are processed on systems which...
Charles K. Clarkson
nottherat
Offline Send Email
Jul 4, 2005
4:41 pm
1824
Hi, I want to compare two files and print out the lines which are common to both files There is utility in unix called "comm" comm - select or reject lines...
pkkjb
Offline Send Email
Jul 26, 2005
10:28 pm
1825
... pkkjb> I want to compare two files and print out the pkkjb> lines which are common to both files pkkjb> There is utility in unix called "comm" pkkjb> comm...
merlyn@...
merlynstoneh...
Online Now Send Email
Jul 27, 2005
5:57 am
1826
Hai Pk, Although there are lot of logic to compare two file, i have come up with simple logic. PLease see that this program helps u.. #!/usr/local/bin/perl use...
k prasanna
kprasanna_79
Offline Send Email
Jul 27, 2005
5:57 am
1827
... k> Hai Pk, k> Although there are lot of logic to compare k> two file, i have come up with simple logic. PLease see k> that this program helps...
merlyn@...
merlynstoneh...
Online Now Send Email
Jul 27, 2005
3:47 pm
1828
Bonjour, Ne serait-il pas plus pédagogique de poster une bonne solution ? merci d'avance, Georges ... NetCourrier, votre bureau virtuel sur Internet : Mail,...
g.toullat@...
georges_toullat
Offline Send Email
Jul 28, 2005
6:38 am
1829
Thanks for your dirction. Here is what I did: !/home/tools/bin/perl #script to print out [common or unique] lines from file2 compared to file1 die "USSAGE : $0...
pkkjb
Offline Send Email
Jul 28, 2005
6:38 am
1830
Hi Please check the following code. I am the beginner in perl Actually there are some files in one directory say with extensions .txt and .doc I need to...
sudhirspraikhar
Offline Send Email
Aug 2, 2005
6:55 am
1831
Hi I am new to CGI/perl scripts. Just now I have started creating a web site called http://www.abapmaster.com Currently I am writting CGI for login screen. My...
abhi4r
Offline Send Email
Aug 6, 2005
12:26 am
1832
Hai Folks, Greetings to all of you..... My Name is S. Krishna Prasad and you can call me Krish. I'm an upcoming programmer (Beginner) in Perl. I want to learn...
Krishna Prasad
skpkrish
Offline Send Email
Aug 13, 2005
2:29 pm
1833
Hai Folks, I need your help. How to access a remote system whose IP address is known and I want to modify the content of a particular file. For e.g. a file...
Krishna Prasad
skpkrish
Offline Send Email
Aug 20, 2005
3:29 pm
1834
Which service(s) is the server running? If it has a telnet server then just use a telnet client. You will of course need access rights ! ... From: Krishna...
Ken Shail
kenshail2003
Offline Send Email
Aug 20, 2005
8:48 pm
1835
mount the file directory to a particular location. u can use "system" command in perl to mount a folder. after mount u access using normal file open code. ...
Kumar Arjunan
amyarjun
Offline Send Email
Aug 20, 2005
9:53 pm
1836
I have a very simular situation. Unfortunatly we do not have Array installed on our Unix system. Does anyone else have a solution? Thanks Scott Roth Ohio State...
Scott
noggin_1979
Offline Send Email
Aug 23, 2005
10:24 pm
1837
... Scott> I have a very simular situation. Unfortunatly we do not have Array Scott> installed on our Unix system. Does anyone else have a solution? It's not...
merlyn@...
merlynstoneh...
Online Now Send Email
Aug 24, 2005
12:02 am
1838
I'm trying to read data from a FIFO file (from another application), Reading the data isn't the problem...I'm basically using $msg=<FIFO>. The problem is I...
George Gallen
ggallen_lmip
Offline Send Email
Aug 30, 2005
2:01 am
1839
Hi people, I am newbie to perl..i have a doubt... I want to create some 20 arrays using a 'for' loop something like @A1 @A2 @A3....@... this possible..?? i...
Harish S
harish85_bt
Offline Send Email
Aug 30, 2005
3:50 pm
1840
didn't clear with your requirement , in loop u can create n number of Arrays but u want to only creation of arrays or also want to store values in that array...
Ravish Kumar
ravish_leo
Offline Send Email
Aug 30, 2005
4:36 pm
1841
To Ravish.. Thanks for the concern.... i want to create arrays as well as store values in them...by splitting a variable....using 'split'. Rgds Harish ... ...
Harish S
harish85_bt
Offline Send Email
Aug 30, 2005
5:21 pm
1842
... Let me start with the error you got. I assume you're using a standard Perl 5 installation. In this case, assigning a value to an element of an array, which...
bloodpet
egcalso
Offline Send Email
Aug 30, 2005
8:21 pm
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
Messages 1821 - 1850 of 2061   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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