Perl Makes Testing Easy
Perl Testing
#19
Creating Tests
A test script can begin simply:
#!perl use strict; use warnings; use Test::Simple 'no_plan';
« Previous
|
Index
|
Next »
Copyright © 2006 Ian Langworth