Help for this page

Select Code to Download


  1. or download this
    OUTER:
    while ( $more )
    {
    ...
            last INNER if $done_with_lines;
        }
    }
    
  2. or download this
    FILE:
    while ( $more )
    {
    ...
            last LINE if $done_with_lines;
        }
    }