RSS Git Download  Clone
Raw Blame History
#!/usr/bin/perl

# loaded by SSI via index.html

use strict;
use warnings;

use lib '/home/raj/perl5/lib/perl5';

use Template;

my %args = (
	INCLUDE_PATH => ['/home/raj/apps/HILIS4/templates'],
);
my $file = 'resources/menu/request_forms.tt';

Template->new(\%args)->process($file);