Help for this page

Select Code to Download


  1. or download this
    sub doit {
       ...
    ...
       }
       ...
    }
    
  2. or download this
    sub doit {
       ...
    ...
       }
       ...
    }
    
  3. or download this
    while (...) {
       ...
       last;
       ...
    }
    
  4. or download this
    for (...) {
       ...
       last;
       ...
    }
    
  5. or download this
    {
       ...
       last;
       ...
    }