Help for this page
package AuthorWeb; use strict; ... } 1;
#!/usr/bin/perl -wT use strict; ... use AuthorWeb; my $webapp = AuthorWeb->new(); $webapp->run();