Help for this page

Select Code to Download


  1. or download this
    TASK: for my $task (@tasks)
    {
    ...
          next if file_is_complete($file);  # same as next FILE
       }
    }