"Jeremy D. May" wrote:
> 
>     1.Undefined subroutine
> &Apache::ASP::Compiles::_tmp_global_asaxfad629c90f507e68c4f538d187d2b9fd::epochToReal
> called at default.asp line 89. ,
>        /usr/local/lib/perl5/site_perl/5.6.1/Apache/ASP.pm line 1560
> 
> 85:                         '.($lists{$address}).'</font>
>  86:                 </td>
>  87:                 <td><font face="arial,helvetica" size="-1">
>  88:                         ')); $real = epochToReal($date{$address});
>  89:                            if ($real->{day} < 10) {
>  90:                                 $real->{day} = "0" . $real->{day};
>  91:                            }
>  92:                            #$real->{month}--;
>  93:                            if ($real->{month} < 10) {
>  94:                                 $real->{month} = "0" .
> $real->{month};
>  95:                            }
>  96:
> 

How are you importing epochToReal() into your Global namespace.
Try doing this in your global.asa.

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

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

Reply via email to