Help for this page

Select Code to Download


  1. or download this
    use match::simple;
    
    foobar() if $needle |M| $haystack;
    
  2. or download this
    use match::simple 'match';
    
    foobar() if match $needle, $haystack;