Help for this page

Select Code to Download


  1. or download this
    # works in plain perl
    # fails with this compilation line:
    ...
    
    1;
    
  2. or download this
    my $T = File::Spec->catdir(File::Basename::dirname(__FILE__), 'templat
    +es');
    
  3. or download this
    my $T = File::Spec->catdir(File::Basename::dirname($INC{'Mojolicious/L
    +ite.pm'} || __FILE__), 'templates');