Help for this page

Select Code to Download


  1. or download this
    any ['get', 'post'] => '/parsescript' => sub {
        
        template 'test.tt';
    };
    
  2. or download this
    any ['get', 'post'] => '/parsescript' => sub {
        
    ...
            push @filelist, $file ;
        }
    };