Help for this page

Select Code to Download


  1. or download this
    sub generic_rv_test {
        my $rv = shift;
    ...
        recurse => 1,
    );
    generic_rv_test($rv);
    
  2. or download this
    use Data::Dump qw(dump);
    print dump $rv;
    
  3. or download this
    {
      "Pluggable.pm" => {
    ...
                          type => "module",
                        },
    }
    
  4. or download this
    {
      "Pluggable.pm" => {
    ...
                          used_by => ["Foo.pm"],
                        },
    }