- or download this
use strict;
use Test::More tests => 2;
...
require 'runWebTest.pl';
runWebTest(\&test, 'sampleHandler.pl');
- or download this
sub handler {
my ($r, $c) = @_;
...
}
1;
- or download this
use strict;
use Config;
...
}
1;
- or download this
use strict;
...
$c->close;
$c = undef; # close connection
}