Help for this page

Select Code to Download


  1. or download this
    #do the output
      if($is_script eq 'yes'){
    ...
          middle();
          bottom();
      }
    
  2. or download this
    top() unless $is_script eq 'yes';
    middle();
    bottom();