Help for this page

Select Code to Download


  1. or download this
       sub main_code
       {
    ...
               exit 1;
            }
       }
    
  2. or download this
       sub fork_and_do_stuff
       {
    ...
               exit 1;
            }
       }