I am beginer programmer of perl language and i m interested in research work in perl language. I need a program of multiplication of 1000 digit by 100 digit in...
Hi, my $sql = "select id, item, units from meals where uid = ? and date = ? and time = ? order by item"; my $sth = $dbh->prepare($sql); $sth->execute($uid,...
... Could you post the CPAN reference? I can't seems to find it. I also tried `perldoc Math::BigNum` and got: No documentation found for "Math::BigNum". A...
... /\d+\-\d+\-\d+\-/; What do you want to do with this match? Are the numbers of fixed length? If so, /\d{3}\-\d{13}\-\d{2}\-/; A few more details would give...
Thanks for he help Shawn. The number sequence is leftover data from a filtered list. The code I use is something like this: if (! m/wrench|hammer|nail/i){ ...
Hi, all, Recently, a group on on stated that it was possible using perl to download group archives to a PC. I'd like to be able to do that. I've no experience...
... Hi Alex, you can use the following code: $_ =~ / ((\d+-)+\s+) /; print $1; thus you can include the space characters to your resulting string. Take care!...
... Yes. (If you give us more details, we'll give you more.) -- __END__ Just my 0.00000002 million dollars worth, ... "For the things we have to learn before...
... Is there any possible way you can access the data in its original form? That is, ask your boss. The format you present is human-readable, not a bad thing...
... form? ... not a ... No, unfortuntately I can't modify the output--it's a long story laced with office politics, sex scandals and high drama... Ok, I'm ...
Hi consider NULL values in your query results. gl ... Von: perl-beginner@yahoogroups.com [mailto:perl-beginner@yahoogroups.com] Im Auftrag von Jonathan Mangin ...
Hello All, Does anybody know how to download pdf file from URL with perl ? Thanks, -Hetal ... Yahoo! Mail goes everywhere you do. Get it on your phone. ...
... Hetal> Does anybody know how to download pdf file from URL with perl ? See LWP::Simple, in the CPAN. -- Randal L. Schwartz - Stonehenge Consulting...
Hi, LWP::UserAgent module is more of object oriented and can be used for downloading files from Internet. Cheers, Kalyan ... From:...
KalyanRaj
kalyanrajs@...
May 3, 2006 5:44 am
23395
... KalyanRaj> LWP::UserAgent module is more of object oriented and can be used for KalyanRaj> downloading files from Internet. If you're merely downloading a...
hi all , i have a probelm in reading text from the file and writing into file.i i will describe my probelm briefly i am doing this in windows os i installed...
hi all , i have a probelm in reading text from the file and writing into file.i i will describe my probelm briefly i am doing this in windows os i installed...
Hi , It looks that your program works fine when I executed on my system Probably you're running the program in a different way.. Try running from...
KalyanRaj
kalyanrajs@...
May 3, 2006 6:52 am
23399
Can someone give me an example of how these characters are used? \n = new line \t = tab \f = form feed character. Can you search for these in sentences? For...
... Err, yes, you can search for metacharacters using regular expressions. If you have perldoc installed, type "perldoc perlre" and read all about it. -- Chad...
Chad Perrin
perrin@...
May 3, 2006 10:27 am
23401
Can u use different File Handler for readig and writting the file like MYFILE and MYFILE1. KalyanRaj <kalyanrajs@...> wrote: Hi , It looks that...
Yes, you can use different filehandlers to read and write to a file. #!/usr/local/bin/perl open (MYFILE, 'file_me.txt'); open (OUTFILE,'>>out_me.txt'); while...
KalyanRaj
kalyanrajs@...
May 3, 2006 12:53 pm
23403
... KalyanRaj> Yes, you can use different filehandlers to read and write to a file. KalyanRaj> #!/usr/local/bin/perl KalyanRaj> open (MYFILE, 'file_me.txt'); ...
Dear All, we would like to introduce our new site http://www.secgeeks.com it has a nice collection of whitepapers written on information security.you can...