>>>>> "Rod" == Rod Butcher <[EMAIL PROTECTED]> writes:

Rod> I'm running Apache 1.12, Mod_Perl 1.23, Apache::ASP 2.03 on NT.
Rod> I can't get the construct
Rod> <%
Rod> $foo = "xxx";
Rod> $$foo="yyy";
Rod> %>
Rod> to populate $xxx with "yyy". Works in normal Perl.

For an odd definition of "works".  As in, ***HIGHLY DISCOURAGED***.

See <http://www.plover.com/~mjd/perl/varvarname.html>, et. seq.

It's proabably a Very Good Thing that ASP enables "use strict" for
you, to keep you from going down the Wrong Path.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to