Help for this page

Select Code to Download


  1. or download this
          if ($start == 0)
             {
             goto NEXTLINE;
             }
    
  2. or download this
    next NEXTLINE if $start == 0;