Help for this page

Select Code to Download


  1. or download this
    my $HOME = $ENV{'HOME'} || ( getpwuid $> )[7] 
      or die "Uh oh, I've been evicted...\n";
    
  2. or download this
    package ProgConfig;
    
    sub import {
    ...
      # do whatever to load config
    }
    1;
    
  3. or download this
    use ProgConfig '/path/to/my/config_dir';