On Fri, Mar 22, 2002 at 11:21:24AM -0500, James Linden Rose, III wrote:

> Can somebody remind me of how you can take an array full of names and 
> turn them into variable names?

Sorry, I should have said
           no strict 'refs';
or 
       no strict;

but definitely not:

          no strict 'vars';

That is incorrect, for this context, and I would have known that had I
turned warnings on.

-Gyepi
          
-- 
Hannibal conquered, but he never knew how best to profit by his victories.
        --Petrarch  

Reply via email to