Help for this page

Select Code to Download


  1. or download this
    eval { Contextual::Return::Value->isa( 'SomeOtherClass' ) }
    
  2. or download this
    $SIG{ __WARN__ } = sub {
        return if caller eq 'Contextual::Return::Value';
        warn @_;
    };