Help for this page
$file = <FILE>;
open(IN, $ARGV[0]); open(OUT, ">$ARGV[1]"); print OUT <IN>; close IN; close OUT;