Help for this page

Select Code to Download


  1. or download this
    package App::Package;
    use File::Slurp;
    ...
           return $something;
    
    }
    
  2. or download this
    
    use lib 'Some/Random/Path/To/App';
    
    my $result = get_config();