Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Building a data structure - %HoH, %HoA?

by Jenda (Abbot)
on Nov 02, 2012 at 10:18 UTC ( [id://1001941]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    (my $team, my $loc, my $tool, my $amt) = (split /[,]/)[1,2,3,4];
    
  2. or download this
    my ($team, $loc, $tool, $amt) = (split /[,]/)[0,1,2,3];
    
  3. or download this
    my ($team, $loc, $tool, $amt) = split /[,]/;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-03-28 13:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found