Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

(tye)Re: creating dynamically named 'my' variables

by tye (Sage)
on Mar 01, 2002 at 06:52 UTC ( [id://148501]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        eval "my \$$bar;" if $workAround BEGIN;
  2. or download this
        my $code= <FILE>;
        eval "my \$$bar;\n#line 1 "file"\n$code";
        die $@   if  $@;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://148501]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-24 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found