- or download this
after
{ $_[0]->return_value( '('. $_[0]->return_value. ')' ) }
call 'SomePackage::value';
- or download this
after
{ $_[0]->return_value( '('. $_[0]->return_value. ')' ) }
call qr/^SomePackage/ &
!call qr/^SomePackage::new/;
- or download this
# creating an aspect
...
!cflow 'HatesParentheses::run' &
cflow 'LikesParentheses::run';