Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Creating thread to call Subroutines parallely

by BrowserUk (Patriarch)
on Feb 21, 2013 at 15:32 UTC ( [id://1019963]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
         my @a = read_file($outputfile1)
         or die "couldn't read $outputfile1 - $!";
    # ........................................^^
    
  2. or download this
    couldn't read C:\log_parsing\app_output.txt - No such file or director
    +y at log_windows_new.pl line 444.
    #.............................................^^^^^^^^^^^^^^^^^^^^^^^^
    +^
    
  3. or download this
         my @a = read_file($outputfile1)
         or die "couldn't read $outputfile1 - $! [$^E]";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-18 06:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found