Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Time-Local CPAN distribution.

Report information
The Basics
Id: 100179
Status: rejected
Priority: 0/
Queue: Time-Local

People
Owner: Nobody in particular
Requestors: mahender.kotte [...] paxterrasolutions.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: &main::timelocal_nocheck error.
Date: Fri, 07 Nov 2014 16:14:19 +0530
To: bug-Time-Local [...] rt.cpan.org
From: mahender kotte <mahender.kotte [...] paxterrasolutions.com>
Hi When am trying to compile my program it is giving the error like: 03-11-2014 Use of uninitialized value $mon in subtraction (-) at date_calculate.pl line 37. Undefined subroutine &main::timelocal_nocheck called at date_calculate.pl line 37. please send me the solution as soon as possible. Thanks & Regards, Mahender Kotte.
On Fri Nov 07 05:44:32 2014, mahender.kotte@paxterrasolutions.com wrote: Show quoted text
> Hi > When am trying to compile my program it is giving the error like: > > 03-11-2014 > Use of uninitialized value $mon in subtraction (-) at date_calculate.pl > line 37. > Undefined subroutine &main::timelocal_nocheck called at > date_calculate.pl line 37. > please send me the solution as soon as possible.
It's really hard to send you a solution without seeing your code. However, my guess is that you're passing an undefined value into timelocal_nocheck.
Subject: New Bug..
Date: Tue, 11 Nov 2014 11:02:04 +0530
To: bug-Time-Local [...] rt.cpan.org
From: mahender kotte <mahender.kotte [...] paxterrasolutions.com>
Hi, See the Code and send me the solution.. Thanks & Regards, Mahender Kotte.
Download weekday_calculate.pl.tar.gz
application/x-gzip 628b

Message body not shown because it is not plain text.

On Tue Nov 11 00:32:15 2014, mahender.kotte@paxterrasolutions.com wrote: Show quoted text
> Hi, > See the Code and send me the solution..
The code you've attached doesn't even run. I am not a remote debugging service. Please take the effort to ... 1. Send readable, runnable code. 2. Include the exact error message you received from that same code. 3. Explain what you've tried to do to fix it.
On 2014-11-07 05:44:32, mahender.kotte@paxterrasolutions.com wrote: Show quoted text
> Hi > When am trying to compile my program it is giving the error like: > > 03-11-2014 > Use of uninitialized value $mon in subtraction (-) at date_calculate.pl > line 37. > Undefined subroutine &main::timelocal_nocheck called at > date_calculate.pl line 37. > please send me the solution as soon as possible.
It seems timelocal_nocheck is not imported. Please note the documentation on this: "These variants must be explicitly imported."