Help for this page
#!/usr/bin/perl -wT use strict; ... my $dispatch = dispatch_test->new(); $dispatch->run(); 1;
package dispatch_test; ... return "Thanks for your registration.<br>We look forward to seeing y +ou."; }