Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Threads / Refcounts

by Bauldric (Novice)
on Oct 28, 2012 at 09:42 UTC ( [id://1001260]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        use strict;
        use warnings;
    ...
    
        CProcess->PrintProcessInfo("perl.exe");
    
  2. or download this
    use strict;
    use warnings;
    ...
    require Tk::MainWindow;
    require 5.000;
    require Exporter;
    
  3. or download this
    require B;
    
    ...
        my $otherref = $anon;
    
        my $refcount =  B::svref_2object($anon)->REFCNT(); # => 2
    

Log In?
Username:
Password:

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

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

    No recent polls found