On Sat, 12 Aug 2000, Rod Butcher wrote:
> I'm running Apache 1.12, Mod_Perl 1.23, Apache::ASP 2.03 on NT.
> I can't get the construct
> <%
> $foo = "xxx";
You need to turn off strict here:
no strict 'refs';
> $$foo="yyy";
> %>
> to populate $xxx with "yyy". Works in normal Perl.
>
> Any sugeestions ?
> Thanks
> Rod
>
>
--
<Matt/>
Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org | AxKit: http://axkit.org