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