Help for this page

Select Code to Download


  1. or download this
    use Module::Substitute
      'Scalar::Util' => [qw/refaddr openhandle/];
    
    print refaddr $some_object;
    
  2. or download this
    package Module::Substitute;
    
    use warnings;
    ...
    }
    
    1;