Help for this page

Select Code to Download


  1. or download this
    School    1
    Dean    John
    ...
    Dean    James
    No.stu.    56
    No. Teacher    20
    
  2. or download this
    use strict; use warnings;
    use Spreadsheet::ParseExcel;
    ...
        print "\t$fact: $data{$s}{$fact}\n";
        }
    }
    
  3. or download this
    School 1:
            Dean: John
    ...
            Dean: James
            No. Teacher: 20
            No.stu.: 56