Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Calling a variable value as a variable

by eyepopslikeamosquito (Archbishop)
on Dec 12, 2018 at 08:00 UTC ( [id://1227124]=note: print w/replies, xml ) Need Help??


in reply to Calling a variable value as a variable

To avoid pulling out large chunks of hair and depositing them by the keyboard in future, always start your scripts with:

use strict; use warnings;

As for why symbolic references should be avoided, see the classic three part series by MJD: part 1 and part 2 and part 3.

Log In?
Username:
Password:

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

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

    No recent polls found