Help for this page

Select Code to Download


  1. or download this
    sub Dump {
        my @opts;
    ...
        local ${$_->[0]} = $_->[1] for @opts;
        return &{"$implementation\::Dump"};
    }
    
  2. or download this
    {
        package YAML::OnScopeExit;
    ...
    
        return &{"$implementation\::Dump"};
    }