Help for this page

Select Code to Download


  1. or download this
       open(OUT, '>', 'index.txt') or die($!);
       &byfile; # subroutine to find, analyze, & write filenames
       printf STDERR ("%d lines processed\nwith header, " .
    ...
       close(OUT);
       system("notepad index.txt");
       system("index.xlsx");