PerlInitHandler Apache2::Reload PerlSetVar ReloadTouchFile c:/apps/xampp/perl/lib #### package Planning::SysFunctions; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(fetchFY); @EXPORT_OK = qw(); use strict; use Time::localtime; use Apache2::Reload; sub fetchFY { # return localtime->year() - 100; return 53; }