Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Dynamic population of a hash

by Roy Johnson (Monsignor)
on Nov 08, 2005 at 22:45 UTC ( [id://506929]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @values = split m:/:, $path_string;
    
  2. or download this
    my $hashed_path = {};
    for my $path_string (@list_of_paths) {
    ...
        $hpref = $hpref->{$dir};
      }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found