Help for this page

Select Code to Download


  1. or download this
    while ($teststring =~ /\b(\w+-\w+-\w+)\b/gi) {
      print "$1\n";
    }