$file = ; #### open(IN, $ARGV[0]); open(OUT, ">$ARGV[1]"); print OUT ; close IN; close OUT;