Help for this page

Select Code to Download


  1. or download this
    use Attribute::Handlers;
    
    sub TRACE :ATTR(CODE) {
        ...
    }
    
  2. or download this
    sub mysub :TRACE { }