Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Tanktalus's scratchpad

by Tanktalus (Canon)
on Jan 21, 2005 at 15:30 UTC ( [id://424004]=scratchpad: print w/replies, xml ) Need Help??

use Data::Dumper; use Data::Diver qw(DiveRef DiveVal); my $foo = "a:b:c:d:a"; my $bar = "a:b:c:d:z"; my $hoh = {}; sub add_item { my $href = shift; my $str = shift; my @keys= split /:/, $str; my $last= pop @keys; push @{ DiveVal( $href, \( @keys ) ) }, [ $last, $str ]; return; } add_item($hoh, $foo); add_item($hoh, $bar); print Dumper($hoh);
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-03-19 04:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found