Help for this page

Select Code to Download


  1. or download this
    perl -cw test.perl
    
  2. or download this
    "my" variable $name masks earlier declaration in same scope at line 17
    +.
    Global symbol "%total" requires explicit package name at line 47.
    ...
    Global symbol "$ttlhrswerner" requires explicit package name at line 6
    +9.
    Global symbol "$ttlhrswilliamspearce" requires explicit package name a
    +t line 70.
    /tmp/test.perl had compilation errors.
    
  3. or download this
    foreach $name (@data) {
      ... # print a table row for $name
    }