Help for this page

Select Code to Download


  1. or download this
    sub irregular_run_mode {
      my $app = shift;
    ...
    
      return "";
    }
    
  2. or download this
    sub cgiapp_postrun {
      my ($app,$outref) = @_;
    ...
    
      # ...
    }