Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

thread on method

by lepetitalbert (Abbot)
on Nov 24, 2009 at 04:38 UTC ( [id://808996]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        my @command_output = $thread->join ;
        print "job done\n";
    }
    
  2. or download this
    package myTest;
    
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        my @command_output = $thread->join ;
        print "job done\n";
    }
    
  4. or download this
    Thread 1 terminated abnormally: Undefined subroutine &main::1
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (1)
As of 2024-04-25 01:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found