Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Re^3: regex issue

by CountZero (Bishop)
on Mar 24, 2004 at 22:04 UTC ( [id://339564]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $name ='A';
    $value =10;
    $string = 'my $' . $name . '=' . $value . '; print "result inside eval
    +: $A\n";';
    eval ($string) or die "ERROR: $@";
    print "result outside eval: $A\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found