Beefy Boxes and Bandwidth Generously Provided by pair Networks RobOMonk
Think about Loose Coupling
 
PerlMonks  

Re: Re: Module to read a dumped file

by juo (Curate)
on Feb 11, 2003 at 15:02 UTC ( #234410=note: print w/ replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    open (STDOUT, ">whatever.dat");
    print Dumper(%flexlm);
    close STDOUT;
    
  2. or download this
    $VAR1 = 'dataParams';
    $VAR2 = {
    ...
                                    'val' => '10.210.134.126'
                                  }
            };
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others romping around the Monastery: (21)
As of 2013-06-20 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    How many continents have you visited?









    Results (680 votes), past polls