Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Assigning value to the array elements

by no_slogan (Deacon)
on Oct 28, 2005 at 15:08 UTC ( [id://503683]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Assigning value to the array elements
in thread Assigning value to the array elements

But i want to assign those values to some scalar variables which i will use in my program later for another use. If there is any alternative please suggest
Change the rest of the program so it doesn't expect the values to appear in scalar variables. Really. Your code will be much easier to understand if it says this:
my $first = $config_values{first}; open my $file, $first;
rather than just blithely saying the second line and leaving the poor reader to figure out how $first got its value.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found