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

Extending and Preserving Array State through Recursive Function Calls

by princepawn (Parson)
on Jul 02, 2002 at 12:24 UTC ( [id://178827]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $a = { bill => { '5/27/96' => { 'a.dat' => 1, 'b.txt' => 2, 'c.lsp'
    + => 3 } \
    },
    ...
                'file' => 'a.dat'
              }
    
  2. or download this
    sub this {
      my (undef, $href, $field, $depth, $flat_rec) = @_;
    ...
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found