"Jenda Krynicky" <[EMAIL PROTECTED]> wrote: >> Is there a way to do something to effect of: >> our ${$varname}; [skip] > Have a look at > use vars qw($list @of %variables); [skip] > I don't think you can emulate 'local' or 'my'. You should also be aware of > the different scoping of the 'our' and 'use vars' declarations.
Yes, that's exactly why I don't want to "use vars". It takes away too much benefits of "strict vars". -- Oleg "Rowaa[SR13]" V. Volkov -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>