Help for this page

Select Code to Download


  1. or download this
    {
      local $|=1;
      ...
      return;
    }
    
  2. or download this
    {
        local $|=1;
        my $app = MyCGIAppSubclass->new;
        $app->run;
    }