>
> Hi Rob,
>
>  When I included the below code in my script, I
>  am getting below errors.
>
> Use of uninitialized value in integer ge (>=) at
> /usr/local/lib/perl5/5.8.0/Time/Local.pm line 73.
> Use of uninitialized value in integer lt (<) at
> /usr/local/lib/perl5/5.8.0/Time/Local.pm line 73.
> Use of uninitialized value in integer ge (>=) at
> /usr/local/lib/perl5/5.8.0/Time/Local.pm line 73.
> Use of uninitialized value in integer gt (>) at
> /usr/local/lib/perl5/5.8.0/Time/Local.pm line 77.
>
> Any idea, why I am getting above errors ?


Yes

Because you are not passing the integers required by your module
Time::Local

You are doing something wrong with your parsing or date extraction.

Do you have a sample code snippet reproduces those errors and that you
can post here ?




Owen



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to