Help for this page

Select Code to Download


  1. or download this
    
        my $c = Module->new( { filterX => XXXX } );
    ...
          - an array ref of regexes   --> checks if any regex matches
          - a coderef                 --> the code is called
    
  2. or download this
    
        my %callbacks = (
    ...
            };
        }