Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Dumper;
    ...
    }
    
    print Dumper \%thingy;
    
  2. or download this
    my (@list,$flat);
    flatten($_,$thingy{$_}) foreach keys %thingy;
    ...
    }
    
    print Dumper \@list;
    
  3. or download this
    $VAR1 = [
      'Location/',
      'Topology/IPClassA/Device/log_ratio/'
    ];