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