Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: split question

by George_Sherston (Vicar)
on Sep 20, 2002 at 13:04 UTC ( [id://199452]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    use Data::Dumper;    # to let us print out the results at the end
    ...
    # numbered items are values
    
    print Dumper(\%hash);
    
  2. or download this
    $VAR1 = {
              'yyy' => '54321',
              'xxx' => '12345',
              'zzz' => '13245'
            };
    

Log In?
Username:
Password:

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

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

    No recent polls found