on Mon, 30 Sep 2002 21:12:56 GMT, Charlie Farinella wrote:

> I have an error popping up in an application that runs monthly reports
> and everymonth seems to leave off the last day's entries.
> 
> The subroutine that determines the last day of the month is here:
> 
> sub GetLastDayOfMonth {
>      my( $sec, $min, $hours, $mday, $mon, $year ) = localtime( $_[0] );
> 
>      return timelocal( 59, 59, 23, $monthDays[$mon], $mon, $year );
> }
> 

Please tell us:

a) how this function is called, and
b) what's in the @monthDays array (and where it is defined).

-- 
felix

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

Reply via email to