Help for this page

Select Code to Download


  1. or download this
    #!C:/Perl/bin/perl.exe
    
    ...
    
    my $app = Auto->new(PARAMS => {my_param => 'some val'});
    $app->run;
    
  2. or download this
    package Auto;
    
    ...
    }
    
    1;
    
  3. or download this
    package Start;
    
    ...
    }
    
    1;