Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Data::Dumper(::Simple) is your friend

by cajun (Chaplain)
on Jul 05, 2005 at 01:34 UTC ( [id://472337]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach (@array){
      print "$_\n";
    ...
    foreach (sort keys %hash){
      print "$_         $hash{$_}\n";
    }
    
  2. or download this
    1111   Fred
    2222   Wilma
    3333   Barney
    4444   Betty
    
  3. or download this
    '1111 ' -> 'Fred'
    '2222 ' -> 'Wilma'
    '3333 ' -> 'Barney'
    '4444 ' -> 'Betty'
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://472337]
Approved by blokhead
Front-paged by Old_Gray_Bear
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found