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

dumping lexical filehandles (updated)

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

Help for this page

Select Code to Download


  1. or download this
    >  perl
    use Data::Dumper qw/Dumper/;
    ...
    \*main::$fh
    undef
    $VAR1 = \*{'::$fh'};
    
  2. or download this
    dd *{'::$fh'};
    # => *main::$fh
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-29 00:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found