Vema Venkata wrote:

> #!/proj/ahd02/CAisd/ActivePerl-5.6.0.618/bin/perl
> #/usr/local/bin/perl
>
> use POSIX qw(strftime);
>
> $now_string = strftime "%a %b %e %H:%M:%S %Y", localtime;

Huh?  What is happening here.  Your subject line whines for a response, and yet in 
your code you totally disregard the
advice that has been consistently offered.  You have launched into executable code 
without taking the effort to
use strict;
use warnings;

..and handle your share of the work by dealing with any errors reported.

Shouldn't you do what you can to help yourself before asking others to help you?


FWIW, I ran your code, and started dealing with the errors.  Then I decided that that 
was your job.

Please turn strict and warnings back on, and then ask about anything not clear to you 
in the error messages.

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to