Hi,
I have two strings that shows different times and I
want to find the difference in # of hours.
In PHP, there's strtotime(), but there isn't one
in Perl that I can find.
The string format is: mm/dd/ hh:mm:ss
So if t1 and t2 are of the aforementioned format,
I just do a t2 - t1 and it sho
Hi,
I was just reading The State of the Onion 10 http://www.perl.com/pub/
a/2006/09/21/onion.html by Larry, and if you have not read it I think
you will enjoy it. I really ROFL when I saw that Randal was our own
Evil Brother Damian ;-)
Anyway, Larry refers to Perl as SHE.. Does anyone know
Hi,
If given the following in genkey.pl :
use Crypt::RSA;
my ($rsa) = new Crypt::RSA( KF => 'SSH');
my ($pub, $prv) = $rsa->keygen(
Identity => 'cc <[EMAIL PROTECTED]>',
Password => 'i h
Hi,
I'm using ActivePerl w/ the Tk module on a Win2kPro system.
I'm stumped in how to get the canvas updating at a
reasonable speed. Right now, I use ->update(),
but it takes a big chunk of the CPU cycles.
Is there another way to update the canvas? Right now,
I have a perlTk script which should
Hi,
I'm a beginner at PERL. I've used it on and off, but only
just recently got myself back into the picture. I figured
that if you forget something in PERL, it'd be easy to take
it up again. So far, I'm not too sure of the ease
of taking up PERL again. Before, I made a few perl scripts.
Now,
Hi all,
My OS and Perl info:
Solaris 8
Perl5
I'm trying to write a perl cgi that will allow me to track the number of
form submissions (i.e. 0001, 0002, 0003, etc.). Is flock() the best method?
I have included a suggested flock () perl cgi below:
#!/usr/lo