Help for this page
open (OUT, '>', $outfile') || ... and open (IN, '<' $_) || ...
if (! @ARGV) { print "Usage: $0 output input1 input2 ...\n"; exit -1; }