On Thu, 21 Jun 2001, you wrote:
> Thanks Orly. I made a dirty script:
> 
> #!/usr/local/bin/perl
> #
> $now = time();
> 
> ($seconds,$minutes,$hour,$monthday,$month,
>     $year,$weekday,$yearday,$dst_flag) = localtime( $now );
> 
> $year = $year + 1900;
> $month_name = (Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec)[$month];
> 
> print "$month_name $monthday $year\n";

hey, great to hear that,

btw, there is a mailing list dedicated to perl, ya'know?
you can join it by sending 'subscribe' (no quotes) to
[EMAIL PROTECTED]


see you there!
-eric
--
 .--.  Enrique D. Rosel II                     office://+63.2.894.3592/
( () ) Q Linux Solutions, Inc.
 `--\\ A Philippine Open Source Solutions Co.  http://www.q-linux.com/
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to