Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    # }
    ok 2 - hash lookup
    # that took 0.599s
    
  2. or download this
    use warnings;
    use strict;
    ...
    # needles_regex: qr/bar|baz|foo|quz/
    ok 2 - regex
    # that took 0.212s