<%init>
## last modified time
##
use Time::Piece;
my $comp_time = (stat $m -> current_comp -> source_file)[9];
my $last_mod = Time::Piece -> strptime( $comp_time, '%s') -> strftime ('%B %e, %Y %H:%M');
## current server time
##
my $lst_time = localtime();
%init>