Help for this page

Select Code to Download


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