Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
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 having a coffee break in the Monastery: (4)
As of 2024-04-20 00:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found