Help for this page

Select Code to Download


  1. or download this
    say (exists $fs4->{_structure}{'/Users/dotfiles/perl5/my_modules'}{BLA
    +H}{Crap});  # BLAH  and its parent do not exist
    d $fs4; # dumps the object
    
  2. or download this
    ### Dump from: 01-FSO_basic.t line: 35
    $VAR1 = {
      '/Users/dotfiles/perl5/my_modules' => {
        'BLAH' => {}
      },
    
  3. or download this
    perl -MData::Dump -E ' my $fs4 = {'_structure' => {}}; exists $fs4->{_
    +structure}{BLAH}{TEST}{Crap}; dd $fs4->{_structure} '