On Tue, 8 Aug 2000, Roger Espel Llima wrote:

> > @{"${class}::ISA"}
> 
> Yep, that's one weird bit of syntax.  I just needed this recently to
> write a test.pl, and it took quite a bit of testing to get it working. :)
> 
> Incidentally, does anyone know of a way to do this that works under
> strict?  The above requires a "no strict 'refs'" to work.

No, thats a standard thing that is disabled under strict. Of course you'd
only be doing that in some neat hack, so locally disabling strict isn't a
big deal (strict is a lexical pragma, so it only applies in the current
scope).

-- 
<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

Reply via email to