if ($string=~m@(\w+/){2,}@) { print "Dup is $1\n"; } [download]
In reply to Re^2: Regex expression to match... by dxxd116 in thread Regex expression to match... by Anonymous Monk