# Reformat all paras except those containing "File not found"... print autoformat { all => 1, ignore => qr/File not found/i }, $rawtext;