Help for this page

Select Code to Download


  1. or download this
    
    use Data::Dumper qw(Dumper);
    ...
    print Dumper($data);
    
    print "The value is ", $data->{args}->{stuff}, "\n";
    
  2. or download this
    $VAR1 = {
              'args' => ''
            };
    The value is bother