in reply to This bites
I did just notice you said &gmtime() ... that would mean that gmtime must be a subroutine defined somewhere as
I did a quick test with the following...sub gmtime() { #do something }
which yielded:#!/usr/bin/perl print scalar gmtime,"\n"; print &gmtime;
ase
I try to help more, realize how little I know. Who is real student? -(my perlmonk haiku for the day)
|
---|