Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^7: Does anybody write tests first?

by BrowserUk (Patriarch)
on Feb 22, 2008 at 21:09 UTC ( [id://669644]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @modules = get_module_list();
    foreach my $module ( @modules ) {
        require $module;
    }
    
  2. or download this
    Can't locate Non/Existant.pm in @INC (@INC contains: C:/Perl/lib C:/Pe
    +rl/site/lib .) at
    BEGIN failed--compilation aborted at -e line 1.
    
  3. or download this
    syntax error at Existant.pm line 2, near ") {"
    Compilation failed in require at -e line 1.
    BEGIN failed--compilation aborted at -e line 1.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 14:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found