[EMAIL PROTECTED] wrote: > > Hi, i have a web application and > i wonder if there is a way to get server date from ? client with perl? > because i can't do it in javascript.
$ perldoc -f localtime E.g. $ perl -le 'print scalar localtime' Wed Sep 25 22:33:01 2002 -- Steve perldoc -qa.j | perl -lpe '($_)=m("(.*)")' -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]