Lance Prais wrote:
> 
> Does anyone know how to grab the server time to include it in  a file?

my $date = localtime;

Or if you want UTC:

my $date = gmtime;



John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to