Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: if $a = 'some' . $b, and $b then changes, how to make $a change too? See inside.

by jwkrahn (Abbot)
on Jul 04, 2013 at 18:02 UTC ( [id://1042501]=note: print w/replies, xml ) Need Help??


in reply to if $a = 'some' . $b, and $b then changes, how to make $a change too? See inside.

$ perl -e' my $g = "g300"; my $r = \substr $g, 1; print "$g\n"; $$r = 500; print "$g\n"; ' g300 g500

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-03-19 04:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found