Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Using a varabile contained within another variable?

by lemming (Priest)
on Sep 21, 2001 at 10:03 UTC ( [id://113810]=note: print w/replies, xml ) Need Help??


in reply to Using a varabile contained within another variable?

Here's one way
my $x = 1; my $y = '$x'; eval "$y++"; print $x, "\n"; # Output == 2

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-23 13:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found