Help for this page

Select Code to Download


  1. or download this
    package NonCatalyst::FileCat;
    
    ...
      return `$cmd`;
    }
    1;
    
  2. or download this
    use  NonCatalyst::FileCat;
    
    ...
      $c->stash->{result} = $fc->cat( $file_name ) ;
    }