Help for this page
my $val = "foo"; my $valref = \$val; ... allvars(join '', map { chr } (102,111,111)); allvars($valhash{somekey}); allvars(keys %otherhash);
my $params = { this => 'foo', ... } param_names($params);