Help for this page

Select Code to Download


  1. or download this
    CD1\01100809.pdf(1) - [Account Number] Indexed key "654546654".
    CD1\01100813.pdf(1) - [Account Number] Indexed key "654546654".
    CD1\01100809.pdf(1) - [Name] Indexed key "Bob".
    
  2. or download this
    open(IN, $infile ) || die "can't open logfile: $infile\n";
    open(OUT, ">$outfile" ) || die "can't create datfile: $outfile\n";
    ...
              print OUT scalar(<IN>);
            }
       }