Help for this page

Select Code to Download


  1. or download this
    #     Tried to use 'Class::InsideOut'.
    #     Error:  "refaddr" is not exported by the Scalar::Util module
    # Can't continue after import errors at D:\cpanrun\depot\main\contrib-
    +patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm lin
    +e 16
    # BEGIN failed--compilation aborted at D:\cpanrun\depot\main\contrib-p
    +atched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/Idubious
    
  2. or download this
    # Scalar::Util.pm
    #
    ...
    our @ISA       = qw(Exporter);
    our @EXPORT_OK = qw(blessed dualvar reftype weaken isweak tainted read
    +only openhandle);
    our $VERSION   = $List::Util::VERSION;