Help for this page

Select Code to Download


  1. or download this
    #!C:/Perl/bin/perl.exe
    
    ...
    
    use Sample::Launcher;
    Sample::Launcher->new->run;
    
  2. or download this
    package Sample::Main;
    
    ...
       return $tmpl->output;
    }
    1;
    
  3. or download this
    package Sample::Launcher;
    
    ...
    
      return '/Sample/Launcher/';
    }