in reply to Re: New time-related function for Perl
in thread New time-related function for Perl
+PP(pp_epochtime) +{ + dSP; + EXTEND(SP, 1); + PUSHs(sv_2mortal(newSViv(0))); + RETURN; +}
Yes, this just returns 0. It appears to be an April Fool's joke that many (including the producers of "This week on p5p") didn't get (probably because it wasn't funny).
- tye (but my friends call me "Tye")
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: (tye)Re: New time-related function for Perl
by chipmunk (Parson) on Apr 02, 2001 at 21:46 UTC | |
Re: (tye)Re: New time-related function for Perl
by Dominus (Parson) on Apr 04, 2001 at 23:20 UTC |