Help for this page

Select Code to Download


  1. or download this
    my $infile  = $ARGV[0];
    my $outfile = $ARGV[1];
    unless (@ARGV==2) { 
      die "Usage : perl $0 infile outfile\n" };
    
  2. or download this
    my $infile  = 'C:/Users/... /abc.txt';
    my $outfile = 'C:/Users/... /output.txt';