You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by "Jeremy D. May" <dg...@main.mentorhigh.com> on 2002/01/18 19:28:08 UTC

ASP Help

    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:       


Please Help Me If you Can


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: ASP Help

Posted by Joshua Chamas <jo...@chamas.com>.
"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: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org