Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $auto->fire_up_front_end
      or die;
    
  2. or download this
    package Auto::GUI;
    
    ...
    
    1;
    
  3. or download this
    package Auto::MakeArticle;
    
    ...
    
    1;
    
  4. or download this
    ---------- Capture Output ----------
    > "C:\Perl\bin\perl.exe" auto.pl
    message from MakePage
    
    > Terminated with exit code 0.