Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Concatenation of scaler reference

by cdarke (Prior)
on Dec 14, 2011 at 08:40 UTC ( [id://943494]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Concatenation of scaler reference
in thread Concatenation of scaler reference

Speaking for myself, I still don't see why you need to build the name of a scalar variable dynamically. It would be much easier and neater to use a hash to store the values, and build the hash key dynamically.

You can create variable names dynamically in Perl, but it is very rairly justified.

Off topic, but I notice that you are using eq for comparing numerics. eq is for string comparisons, better to use == instead.

BTW, your supplied code will not compile, you use strict (which is good) but many of your variables are not declared using my.

Log In?
Username:
Password:

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

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

    No recent polls found