Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Testaholics Anonymous (or how I learned to stop worrying and love Test::More)

by mstone (Deacon)
on Apr 02, 2004 at 23:02 UTC ( [id://342176]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        package Thingy;
        
    ...
            
            [and oops, no return() statement!]
        }
    
  2. or download this
        sub func {
            return ($result);
        }
    
  3. or download this
        if (3 == $x) {
            [whatever]
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-03-28 17:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found