Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    );
    
    print &Template("DevMgr/ShowHeadCount",{ headcount_html => $hc });
    
  2. or download this
    sub db_Staff_On_Site_Between_Two_Dates {
        my ($start,$end) = @_;
    ...
        );
        
    }
    
  3. or download this
    sub RunSQLReturnArrayRef {
        my $SQL = shift or exit;
    ...
        return $resultArrayRef;
    }
    
  4. or download this
    sub UniqInits {
    
    ...
    
        \%data;
    }