Help for this page

Select Code to Download


  1. or download this
    use overload;
    
    ...
        overload->import( %{shift()} );
        return bless {}, $class;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        'dereference array on $over_scalar does not work'
    );
    ok( !$over_array_called, 'array overload sub not called' );