You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by eric <fs...@centurytel.net> on 2002/12/09 07:26:54 UTC

in window, mod perl 1, how to get time?

since I untar mod perl 2 of apache, I did not have anything in perl's
directory in my C:/Apache2

I have 2 line in my conf/httpd.conf
 --------------------
LoadFile "C:/Perl/bin/perl56.dll"
LoadModule perl_module modules/mod_perl.so
 --------------------
so my /perl is created my download from perl 1.exe file

so how can I get the time display?

in my .pl file, two lines as
---------------------------------------------

 my @time = time;
print "Right now, the elements of the time are: @time";
-----------------------------------------
Please help on this
sincere Eric
www.linuxspice.com
linux pc for sale


Re: in window, mod perl 1, how to get time?

Posted by Ged Haywood <ge...@www2.jubileegroup.co.uk>.
Hello there,

On Sun, 8 Dec 2002, eric wrote:

> so how can I get the time display?
> 
> in my .pl file, two lines as
> ---------------------------------------------
> 
>  my @time = time;
> print "Right now, the elements of the time are: @time";

Please read the email-etiquette document.  It's on the mod_perl site at

http://perl.apache.org/maillist/email-etiquette.html

and it gives lots of useful tips about posting to the mod_perl list.

73,
Ged.