Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Temp file handles refcount bug?

by ikegami (Patriarch)
on Mar 14, 2011 at 20:39 UTC ( [id://893147]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $fh = IV(0x933914c) at 0x9339150
      REFCNT = 1
    ...
          FILE = "/home/eric/usr/perlbrew/perls/perl-5.12.2/lib/5.12.2/Fil
    +e/Temp.pm"
          FLAGS = 0x0
          EGV = 0x938abe8   "$fh"
    
  2. or download this
    {
       my $fhWrapper = Symbol::gensym;
       tie(local *$fhWrapper, 'MyWrapper', $fhWrapper, $fh);
       ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-24 08:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found