Help for this page

Select Code to Download


  1. or download this
    local $Employee::current= $secondObject;
    $secondObject->doSomethingThatRaisesWarnings();
    
  2. or download this
    local $SIG{__WARN__} = sub {
    ...
    }