Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Design hints for a file processor

by pc88mxer (Vicar)
on Jul 07, 2008 at 12:40 UTC ( [id://695969]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $root = {};
    my $node = $root;
    ...
    
    use Data::Dumper;
    print Dumper($root);
    
  2. or download this
    $VAR1 = {
              '_children' => [
    ...
                               }
                             ]
            };
    

Log In?
Username:
Password:

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

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

    No recent polls found