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

Reply via email to