Help for this page

Select Code to Download


  1. or download this
    if (condition) {
        next LOOP;
    ...
    else {
        # main part to do
    }
    
  2. or download this
    if (length($entry) == 0)