Help for this page

Select Code to Download


  1. or download this
    $fs4->{_structure}{'/Users/dotfiles/perl5/my_modules'}{BLAH}{Crap}
    
  2. or download this
    (
       (
    ...
          )->{ '/Users/dotfiles/perl5/my_modules' } //= { }
       )->{ BLAH } //= { }
    )->{ Crap }
    
  3. or download this
    no autovivification;