Help for this page

Select Code to Download


  1. or download this
    package Rules;
    
    sub rule1 {
        shift =~ m/some_pattern/;
    }
    
  2. or download this
    require rules.pl
    
    &do_something() if Rule::rule1($match_this_data);