Help for this page

Select Code to Download


  1. or download this
    LOOP_ONE:
    while (<>)
    ...
        next unless $condition_two;
        last LOOP_TWO;
    }
    
  2. or download this
    while (<>)
    {
    ...
        }
    }
    print "\nDone\n";
    
  3. or download this
    X:\>while_eof file1 file2
    file1: 1: file1
    ...
    
    Done