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...
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@...
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@...
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 ... ...
... "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@...
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...
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]...
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...
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@...
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...
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@...
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...
... 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@...
Feb 7, 2005 7:01 pm
20448
Please do not change your subject line and apply to terrafirmapune@... Greetings! _________________________________________________________________ We...
Hello, I would like to implement multicast functionality in Perl. I have found the following IO:Socket:Multicast module in CPAN ...
lakshmi.sailaja@...
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@...
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@...
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...
... 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@...
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@...
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 /'...
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...
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...
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@...
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...