]>
iEval git - gruntmaster-page.git/blob - lib/Gruntmaster/Page/Learn.pm
1 package Gruntmaster
::Page
::Learn
;
6 use parent qw
/Exporter/;
7 our @EXPORT_OK = qw
/generate/;
8 our $VERSION = '0.001';
10 use constant TITLE
=> 'Learn';
12 use HTML
::Template
::Compiled
;
13 use Gruntmaster
::Page
::Common qw
/header footer/;
17 Install interactive-perl-tutorial from your nearest CPAN mirror. Run <code>cpan App::InteractivePerlTutorial</code>.
18 <p>You can also get the source from <a href="http://git.ieval.ro/?p=app-interactiveperltutorial.git">git.ieval.ro</a>
22 $templates{$_} = header
($_, TITLE
) . $templates{$_} for keys %templates;
23 $templates{$_} .= footer
$_ for keys %templates;
26 HTML
::Template
::Compiled
->new(scalarref
=> \
$templates{$_[1]})->output;
This page took 0.042986 seconds and 4 git commands to generate.