Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: dumping lexical filehandles (solved)

by LanX (Saint)
on Sep 12, 2014 at 15:32 UTC ( [id://1100413]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl
    use Data::Dumper qw/Dumper/;
    ...
        open my $fh,"<",'/tmp/tst';
        print 0+($outer == $fh),": ", Dumper $fh;
    }
    
  2. or download this
    1: $VAR1 = \*{'::$fh'};
    0: $VAR1 = \*{'::$fh'};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-19 14:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found