Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^4: Module for transparently forking a sub?

by samtregar (Abbot)
on Feb 14, 2009 at 05:33 UTC ( [id://743771]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $ perl thread.pl -N=100
      Time taken w/ threads: 0.0077 seconds
      Time taken w/ forks: 0.0021 seconds
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    if (dump($complexData) ne dump($complexData2)) {
        warn "Data did not match!";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 22:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found