#! /usr/local/bin/perl -w use IO::File; while ($string = ) { chomp($string); STDOUT->print("$string\r\n"); }