Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^7: Is this DBM::Deep behavior, or something with tie/bless? (ref)

by tye (Sage)
on Feb 12, 2008 at 16:50 UTC ( [id://667612]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $foo;
    if(  eval { \@$foo }  ) {
    ...
    }
    __END__
    ARRAY(0x34d10)
    
  2. or download this
    my $foo= "not_a_code_reference";
    print "oops!\n"
        if  eval { \&$foo };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-19 02:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found