Help for this page

Select Code to Download


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