Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    use strict;
    ...
    
    use lib "/home/public_html/cgi-bin";
    use DATA99 qw(WasonE);
    
  2. or download this
    package DATA99;
    require Exporter;
    
    ...
    variables...
    }
    1;