in reply to RE: RE: Writing files in reverse..and morein thread Writing files in reverse..and more
{ local $\="\n" => select STDOUT; # Or what ever FileHandle map { print scalar reverse( (split m!\s+//!)[0] ) } <DATA> } [download]
-- Casey