Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^4: If I found the source code for the Universe, the first thing I'd do:

by perldigious (Priest)
on Nov 01, 2016 at 18:02 UTC ( [id://1175075]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $goal = "what is to be accomplished?";
    my @tasks = qw( all the necessary steps to get there );
    ...
    {
        do work(@tasks);
    }
    
  2. or download this
    my $goal = "what is to be accomplished?";
    my @tasks = qw( all the necessary steps to get there );
    
    do work(@tasks) if ( want_to_accomplish($goal) );
    

Log In?
Username:
Password:

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

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

    No recent polls found