[EMAIL PROTECTED] wrote:
Greetings earthlings,
Hello,
I was wondering if I can get some help on this. I a function to which I pass the current time. Let's call it func. I call it as follows: $joe = func(time);
Now how do I use "time" but add one minute to it? For instance since time will
perl -e 'my $t = time();print "$t\n";$t += 60;print "$t\n";'
perldoc -f time
give me the current time, how do I tell it one minute from now?
Warmest regards
HTH :)
Lee.M - JupiterHost.Net
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>