Help for this page

Select Code to Download


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