Help for this page

Select Code to Download


  1. or download this
    {
      package A;
    ...
      ...
    }
    # &x reset after leaving block
    
  2. or download this
    $old_coderef = \&x;
     
    ...
    ... # (but think about the omen ;-)
     
    *x = $old_coderef;