Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Odd behavior with DBM::Deep

by Nitrox (Chaplain)
on Oct 21, 2004 at 00:28 UTC ( [id://401024]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print Dumper(\$DBM);
    
    __END__
    
  2. or download this
    $VAR1 = \bless( {
      'TASK_QUEUE' => bless( {
    ...
          ], 'DBM::Deep' )
       }, 'DBM::Deep' )
    }, 'DBM::Deep' );
    
  3. or download this
    $VAR1 = \bless( {
                       'FILE' => 'bar1',
                       'CMD' => 'foo1'
                     }, 'DBM::Deep' );
    
  4. or download this
    $VAR1 = \bless( {
      'TASK_QUEUE' => bless( {
    ...
          ], 'DBM::Deep' )
      }, 'DBM::Deep' )
    }, 'DBM::Deep' );
    

Log In?
Username:
Password:

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

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

    No recent polls found