Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: array or array ref as variable

by HelenCr (Monk)
on Jun 28, 2013 at 07:32 UTC ( [id://1041163]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my (@fw, @vrf, @vlan, @portchannel);
    my %arr_hash = (fw=> \@fw, vrf=> \@vrf, vlan =>\@vlan, portchannel => 
    +\@portchannel);
    ...
      foreach (keys %arr_hash) {
        @{$arr_hash{$_}} = collectData($_, $CFG{$CFG{ uc $_}});
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (8)
As of 2024-04-23 13:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found