Help for this page

Select Code to Download


  1. or download this
    %patterns = (
        5 => {
    ...
            }
        }
    );
    
  2. or download this
    my @row = the data, without the record_id!;
    my @matching = (\%patterns);
    ...
    }
    # and now all the matching patterns are in @found_patterns
    # the code is untested and only intended as an example