Help for this page

Select Code to Download


  1. or download this
    my $string = 'somechar acters';
    if ($string =~ /(int)|(char)|(bool)|(long)/){
      print "matches\n";
    }
    
  2. or download this
    matches