Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    foreach (keys %test) {
       print("key $_: ", ref($_) || 'Not Regexp', "\n");
    }
    
  2. or download this
    re:               Regexp
    s:                Not Regexp
    key (?-xism:foo): Not Regexp
    key foo:          Not Regexp