Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    "foo" =~ /foo/;
    
    print grep({"" =~ /$_/} (""))."\n";
    
  2. or download this
    1
    0