Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Unit Testing CGI Programs

by Wally Hartshorn (Hermit)
on Mar 14, 2003 at 20:41 UTC ( [id://243173]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    is ( add_numbers(2, 2), 4);
    is ( get_initials("John F. Kennedy"), "JFK");
    
  2. or download this
    sub show_record {
        my $self = shift;
    ...
        $template->param( $emp_rec );
        return $template->output;
    }
    
  3. or download this
    sub show_record {
        my $self = shift;
    ...
        ...
        return $emp_rec;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found