Help for this page
#!/usr/bin/perl -w use strict; use Test::More qw/no_plan/; ... ok ( @books > 2 => "Must get around to writing books."; }