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...
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 20431 - 20460 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20431
Greetings! Many webmasters and software companies already use outsourcing to increase their income. Try it one time and you will like it! Post your project for...
Rajesh India
rajeshaffil
Offline Send Email
Feb 2, 2005
10:50 am
20432
I wrote this script to access the keyword feature of the IPTC metadata standard for image files. The script can add and remove keywords, as well as search for...
Paul Archer
tigger@...
Send Email
Feb 3, 2005
2:39 am
20433
Hello, I would like to implement multicast functionality in Perl. I have found the following IO:Socket:Multicast module in CPAN ...
lakshmi.sailaja@...
Send Email
Feb 4, 2005
10:00 am
20434
hi i am sarada may i know who r u r u from hyd ... http://search.cpan.org/~lds/IO-Socket-Multicast-0.21/Multicast.pm ... ...
Sarada
saradabhanuv
Offline Send Email
Feb 4, 2005
10:18 am
20435
To: perl-beginner@yahoogroups.com From: Sarada <saradabhanuv@...> Date sent: Fri, 4 Feb 2005 10:18:20 +0000 (GMT) Subject:...
Jenda Krynicky
jendaperl
Offline Send Email
Feb 4, 2005
12:58 pm
20436
... Spam! Spam! Spam! (Bl**dy Vikings!)...
Greg
webmaster_bmw
Offline Send Email
Feb 4, 2005
1:28 pm
20437
... "r u" from the dead keyboard society? Take it off-list. ... "Football is a mistake. It combines the two worst elements of American life: violence and...
Paul Archer
tigger@...
Send Email
Feb 4, 2005
2:16 pm
20438
From: "Greg" <southern.sec@...> ... - I'll have spam, spam, spam, spam, spam, baked beans, spam, spam and spam. - We have no baked beans! - Can I...
Jenda Krynicky
jendaperl
Offline Send Email
Feb 4, 2005
2:20 pm
20439
thanks, wait what from me, ok? ... Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term' [Non-text portions of this message have been removed]...
Achmad Dhani
putra_macazzar
Offline Send Email
Feb 4, 2005
3:13 pm
20440
i am dhani from indonesia ... Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term' [Non-text portions of this message have been removed]...
Achmad Dhani
putra_macazzar
Offline Send Email
Feb 4, 2005
3:40 pm
20441
Can anyone point me in the right direction to encode standard ASCII characters to UTF-8 encoding? I tried a couple modules I found on CPAN, but I haven't been...
Jon Morris
v_jmorri
Offline Send Email
Feb 4, 2005
7:01 pm
20442
Hello, That was a mistake from her side. Please respond to my query. Regards, Sailaja ... From: Paul Archer [mailto:tigger@...] Sent: Friday, February 04,...
lakshmi.sailaja@...
Send Email
Feb 5, 2005
10:02 am
20443
Hi, I have a timestamp field of the format "Feb 28 23:55:09". I am trying to increment the time using Perl by say 10 mins and get the result as "Mar 01...
mprmkk
Offline Send Email
Feb 7, 2005
4:39 pm
20444
I tried your code, and instead of getting an invalid date error, I got: Feb 29 00:05:09, which is worse, really. I thought that maybe it was because you...
Paul Archer
tigger@...
Send Email
Feb 7, 2005
5:38 pm
20445
I already tried adding 1 to month and then using that in Add_Delta but the result comes up as Apr 01. And the invalid date error comes up when I use a date...
mprmkk
Offline Send Email
Feb 7, 2005
6:39 pm
20446
... For me personally, I always convert the date to epoch seconds, do my math, and convert it back. I have also seen weirdness with the Date::Calc...
Mike Dillinger
mikedpan
Offline Send Email
Feb 7, 2005
6:53 pm
20447
... Sure you're going to get weird results--unless you decrement by one afterwards. But I'm with Mike Dillinger: convert to epoch seconds and do your math on ...
Paul Archer
tigger@...
Send Email
Feb 7, 2005
7:01 pm
20448
Please do not change your subject line and apply to terrafirmapune@... Greetings! _________________________________________________________________ We...
Madhura Kulkarni,Terr...
terrafirmapune
Offline Send Email
Feb 8, 2005
6:14 am
20449
Hello, I would like to implement multicast functionality in Perl. I have found the following IO:Socket:Multicast module in CPAN ...
lakshmi.sailaja@...
Send Email
Feb 8, 2005
7:07 am
20450
Start by learning a little more about compiling perl modules. Then get the module working on your own machine and make sure it does what you want. Then read...
Paul Archer
tigger@...
Send Email
Feb 8, 2005
1:17 pm
20451
I was playing around with a script the other day when I noticed that despite the fact that I had warnings turned on, I wasn't getting a warning that I had used...
Paul Archer
tigger@...
Send Email
Feb 8, 2005
9:29 pm
20452
... This works better for me. For Windows and UNIX/Linux, call your script using the "-w" option. So for instance, "perl -w <scriptname>" or "#!/path/to/perl...
Mike Dillinger
mikedpan
Offline Send Email
Feb 9, 2005
1:41 am
20453
... use strict; http://www.newbie.org/snippets/cgi/content/general10.html...
Stevo
sdh60
Offline Send Email
Feb 9, 2005
1:47 am
20454
... If I weren't using strict, do you think I'd be worried about delcaring my variables? shebop:~ # cat /tmp/warning-strict.pl #!/usr/bin/perl use strict; use...
Paul Archer
tigger@...
Send Email
Feb 9, 2005
2:33 am
20455
Thanks Paul. ... From: Paul Archer [mailto:tigger@...] Sent: Tuesday, February 08, 2005 6:47 PM To: perl-beginner@yahoogroups.com Subject: Re: [PBML]...
lakshmi.sailaja@...
Send Email
Feb 9, 2005
4:16 am
20456
... a warning ... once is, of ... I had ... doesn't lexically ... got an ... notified ... delcaring my ... typo at ... Hack idea: sed 's/my /our /'...
daymobrew@...
daymobrew
Offline Send Email
Feb 9, 2005
12:41 pm
20457
Has anyone used perldoc before? I can't understand how to run it. We have built some modules..below is an example of how I am trying to run it. Can someone let...
sroth1979@...
noggin_1979
Offline Send Email
Feb 9, 2005
6:08 pm
20458
sorry my last post had the wrong email..... Has anyone used perldoc before? I can't understand how to run it. We have built some modules..below is an example...
roth.242@...
noggin_1979
Offline Send Email
Feb 9, 2005
6:11 pm
20459
I'm an Oracle DBA attempting to install Perl 5.8.6 so I can start experimenting with DBD/DBI:Oracle for use as a application development environment. My...
Adams, Matthew (GE Co...
matt.adams@...
Send Email
Feb 9, 2005
6:39 pm
20460
... Well, unless you meant to pipe the output of a 'perldoc -t Net' to a program called OSUFTP.pm, and then to another program called FTP_Medefinance.pl, STOP...
Paul Archer
tigger@...
Send Email
Feb 9, 2005
8:52 pm
Messages 20431 - 20460 of 26718   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