Help for this page

Select Code to Download


  1. or download this
      sub compile { (shift)->SUPER::compile(@_) }
    
  2. or download this
      sub compile { (shift)->NEXT('compile', @_) }
    
  3. or download this
      sub compile { (shift)->NEXT(@_) }
    
  4. or download this
      sub compile { (shift)->SUPER::DISPATCH::compile(@_) }