Help for this page
if (!$ARGV[0]){ print "Input File:\n"; $fn = ; chop($fn); }
if (!$ARGV[0]){ print "Input File:\n"; chomp($fn = <STDIN>); }