#!perl # The above line should really have the whole path to perl # This script must be executable: chmod 755 filter while(){chop $_; print "$_\r\n";};