Help for this page

Select Code to Download


  1. or download this
     my $fs4 = {'_structure' => {}};
     say (exists $fs4->{_structure}{'/Users/dotfiles/perl5/my_modules'}{BL
    +AH}{Crap});
     d $fs4->{_structure}, 3;
    
  2. or download this
    $VAR1 = {
      '/Users/dotfiles/perl5/my_modules' => {
        'BLAH' => {}
      }
    };