open (INPUT, "<$flatfile"); while() { $_ =~ /[dlrwxsS-]{10}\s/\n/g; print; } close INPUT;