Help for this page

Select Code to Download


  1. or download this
    package myModule;
    
    ...
        print "><tr><td>\n";
    }
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    use myModule;
    my $sm = myModule->new;
    $sm->start_table('#000000',250);