Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Test automation

by perl_help26 (Beadle)
on Jul 01, 2015 at 14:35 UTC ( [id://1132830]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    local *should_stop = sub { return 1; }; 
    
    require ('wrong_settings_detection.pl');
    
  2. or download this
    package X;
    sub func1 {....}
    sub func2 {....}
    until (should_stop()){...}
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-19 06:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found