That did it! Thank you! Thank you! Thank you!

I told you it was a typo sort of thing :)

Thanks again,

Jimbus


> ----- Original Message -----
> From: "Alex Kavanagh" <[EMAIL PROTECTED]>
> To: "Jim Babcock" <[EMAIL PROTECTED]>
> Subject: Re: [Mason] %_method error
> Date: Fri, 24 Mar 2006 10:31:50 +0000
> 
> 
> Hi
> 
> please see below:
> 
> At Thu, 23 Mar 2006 18:11:57 -0500,
> Jim Babcock wrote:
> >
> > It didn't help... thanks for the try, though, JimB
> >
> > HTML:
> >
> > <div id="content">
> >
> > <h3><& SELF:title &></h3>
> >
> > <table>
> > % foreach $date (sort keys %{$rep->{res}}) {
> > <tr>
> > %   foreach $item (@{$rep->{res}->{$date}})
> > %   {
> >     <td> <% $item %> </td>
> > %   }
> > </tr>
> > % }
> >
> > </table>
> > </div>
> >
> > <%method title>
> > Network Engineering and Operations Home
> > </%method>
> >
> > <%once>
> > use Reports::WSB
> 
> maybe this needs to be:
> use Reports::WSB;
> 
> ----------------^
> 
> i.e. adding a ';' at the end of the line.  I've had odd errors that
> have been difficult to track down and it's always been some obscure
> missing perl syntax.
> 
> A longshot ...
> 
> Cheers
> Alex.
> 
> > </%once>
> >
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Mason-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mason-users

>


-- 
___________________________________________________
Play 100s of games for FREE! http://games.mail.com/



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to