Help for this page

Select Code to Download


  1. or download this
    until( eof ) {
    
  2. or download this
    until( eof or $found_all_elements_i_was_looking_for ) {
    
  3. or download this
    until( $no_error_opening_file or 
         ( eof and $need_not_process_beyond_eof )
         or $found_all_elements_i_was_looking_for ) {