Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Threaded Application Sequencing/Rendezvous

by learnedbyerror (Monk)
on Jul 10, 2012 at 22:39 UTC ( [id://980970]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Step::Base;
    
    ...
    1;
    
    __PACKAGE__->meta->make_immutable;
    
  2. or download this
    use strict;
    use warnings;
    ...
            return ( { success => 0, err_msg => "I screw up" } );
        }
    } ## ---------- end sub do_nothing
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-19 19:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found