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

tcf22's scratchpad

by tcf22 (Priest)
on Jun 02, 2004 at 14:29 UTC ( [id://359457]=scratchpad: print w/replies, xml ) Need Help??

use Tie::Hash::Array; tie my %hash, 'Tie::Hash::Array'; foreach(a..z){ tie my %tmp, 'Tie::Hash::Array'; my $t = $_; foreach my $i(0..5){ $t++; $tmp{$t} = $i; } $hash{$_} = \%tmp; } use Data::Dumper; print Dumper \%hash; untie %hash;
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 admiring the Monastery: (6)
As of 2024-04-16 05:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found