Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Using an array in a hash

by btrott (Parson)
on Aug 08, 2000 at 02:50 UTC ( [id://26688]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        %LdnLine = ($j => \@check2);
    
  2. or download this
        use Data::Dumper;
        print Dumper \%LdnLine;
    
  3. or download this
        $VAR1 = {
                  1 => 'foo',
                  'bar' => 'baz'
                };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2025-01-14 17:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (43 votes). Check out past polls.