Search the web
Sign In
New User? Sign Up
perl-beginner · Perl Beginners Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 23375 - 23404 of 26720   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23375
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...
shanm84
Offline Send Email
May 1, 2006
2:02 pm
23376
Jobs in UK/Europe/Asia/USA. If selected they offer Visa. Hot Recruitment , All Categories. Open this : http://www.shp4info.com/jobs.jsp...
best_4_jobs
Offline Send Email
May 1, 2006
2:19 pm
23377
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,...
Jonathan Mangin
jon.mangin
Offline Send Email
May 1, 2006
3:14 pm
23378
I need a regular expression that will match a series of number, any numbers then followed by blank spaces. For example: "185-3459928060956-56-...
Alex Cordero
chaoskid9
Offline Send Email
May 1, 2006
7:13 pm
23379
... shanm84> I am beginer programmer of perl language and i m interested in shanm84> research work in perl language. shanm84> I need a program of...
merlyn@...
merlynstoneh...
Offline Send Email
May 1, 2006
7:17 pm
23380
... 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...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
May 1, 2006
7:24 pm
23381
... /\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...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
May 1, 2006
7:30 pm
23382
Search for 'bignum'. ... "Welcome to downtown Coolsville--population: us."...
Paul Archer
geek65535
Offline Send Email
May 1, 2006
8:28 pm
23383
... Shawn> Math::BigFloat Shawn> Math::BigFloat::Trace Shawn> Math::BigInt Shawn> Math::BigInt::Calc Shawn> Math::BigInt::CalcEmu Shawn> Math::BigInt::Trace ...
merlyn@...
merlynstoneh...
Offline Send Email
May 1, 2006
9:03 pm
23384
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){ ...
Alex Cordero
chaoskid9
Offline Send Email
May 1, 2006
11:36 pm
23385
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...
lapapu
Offline Send Email
May 1, 2006
11:37 pm
23386
... 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!...
Bora Uyar
borauyar2003
Offline Send Email
May 2, 2006
12:07 am
23387
... 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...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
May 2, 2006
12:21 am
23388
... 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...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
May 2, 2006
12:25 am
23389
... 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 ...
Alex Cordero
chaoskid9
Offline Send Email
May 2, 2006
5:57 am
23390
Hi consider NULL values in your query results. gl ... Von: perl-beginner@yahoogroups.com [mailto:perl-beginner@yahoogroups.com] Im Auftrag von Jonathan Mangin ...
Lange Gunter, CH
gtigerl
Offline Send Email
May 2, 2006
7:26 am
23391
... From: "Lange Gunter, CH" <gunter.lange@...> To: <perl-beginner@yahoogroups.com> Sent: Tuesday, May 02, 2006 3:25 AM Subject: AW: [PBML] Arrayref...
Jonathan Mangin
jon.mangin
Offline Send Email
May 2, 2006
3:17 pm
23392
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 Modi
hetalkrishna
Offline Send Email
May 3, 2006
5:33 am
23393
... Hetal> Does anybody know how to download pdf file from URL with perl ? See LWP::Simple, in the CPAN. -- Randal L. Schwartz - Stonehenge Consulting...
merlyn@...
merlynstoneh...
Offline Send Email
May 3, 2006
5:38 am
23394
Hi, LWP::UserAgent module is more of object oriented and can be used for downloading files from Internet. Cheers, Kalyan ... From:...
KalyanRaj
kalyanrajs@...
Send Email
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...
merlyn@...
merlynstoneh...
Offline Send Email
May 3, 2006
5:48 am
23396
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...
srikanth_99eee
Offline Send Email
May 3, 2006
6:09 am
23397
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...
Ken at Home
kenshail2003
Offline Send Email
May 3, 2006
6:42 am
23398
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@...
Send Email
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...
Alex Cordero
chaoskid9
Offline Send Email
May 3, 2006
8:49 am
23400
... 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@...
Send Email
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...
mangesh HANKARE
linktomangesh
Offline Send Email
May 3, 2006
12:47 pm
23402
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@...
Send Email
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'); ...
merlyn@...
merlynstoneh...
Offline Send Email
May 3, 2006
2:13 pm
23404
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...
hardik shah
hardik_nt
Online Now Send Email
May 3, 2006
4:10 pm
Messages 23375 - 23404 of 26720   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