From: ts Date: 2003-01-31T01:16:18+09:00 Subject: Re: reading past a file header >>>>> "M" == Martin DeMello writes: M> flag = true if line =~ /^--begin--$/ next if 1 .. line =~ /^--begin--$/ it will begin the processing *after* the line /^--begin--$/ Guy Decoux