Help for this page

Select Code to Download


  1. or download this
    use Attribute::Handlers;
    
    ...
    sub foo :foreach {}
    
    foo();
    
  2. or download this
    use Attribute::Handlers;
    sub for :ATTR {
    ...
    }
    sub foo :for {}
    foo();