Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Changing variables be reference

by redcloud (Parson)
on Mar 07, 2001 at 00:22 UTC ( [id://62573]=note: print w/replies, xml ) Need Help??


in reply to Changing variables be reference

How about:
$USERNAME = "my_name"; $PARM1 = \$USERNAME; $PARM2 = "other_user"; $$PARM1 = $PARM2;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-03-29 11:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found