Help for this page

Select Code to Download


  1. or download this
    enable "Static",
        path => sub { s!^/static!! },
        root => './html-files',
        ;
    
  2. or download this
    Plack::Middleware::Pod
    
    my $r = $self->root || './';
    $path =~ s!$path_match!$r!;