- or download this
#!c:/apache/perl/bin/perl.exe -wT
...
print $template->output;
MyAppCommon::bottomPublic($alias);
- or download this
#!c:/apache/perl/bin/perl.exe -wT
...
print $template->output;
MyAppCommon::bottomPublic($alias, $userAccess, $membership);
- or download this
my $sid = cookie('main') || undef;
my @sessionInfo;
...
if ( $session->is_new() ) {
$session->delete();
}
- or download this
&test;
...
return 1;
}