Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: How can I acces the "member" stepxxx of the structure given below?

by dorko (Prior)
on Feb 05, 2016 at 14:23 UTC ( [id://1154483]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        next if (not defined $array_of_hashes[0]{opt}{$step_number});
        say $step_number . " = " . $array_of_hashes[0]{opt}{$step_number};
    +    
        }
    
  2. or download this
    step003 = 0
    step013 = 0
    ...
    step715 = 0
    step800 = 5
    step820 = 0
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-03-29 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found