Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^5: Isolating dynamically loaded modules with Thread::Isolate.

by BrowserUk (Patriarch)
on Jan 30, 2005 at 01:48 UTC ( [id://426326]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    P:\test>426324
    GOT PAGE: 61833 bytes
    ...
    warnings.pm
    warnings/register.pm
            (in cleanup) Can't call method "PUSH" on an undefined value at
    + c:/Perl/site/lib/Thread/Isolate.pm line 224 during global destructio
    +n.
    
  2. or download this
    P:\test>426297
    GOT PAGE: 61637 bytes
    ...
    vars.pm
    warnings.pm
    warnings/register.pm
    
  3. or download this
    #! perl -slw
    use strict;
    ...
    print 'GOT PAGE: ', length $thr->join, ' bytes';
    
    print for sort keys %INC;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://426326]
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: (6)
As of 2024-04-23 13:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found