in reply to need help understanding perl syntax
The regular expression is "start of string, followed by one or more non-space characters (captured), followed by a colon, followed by 1 or more digit characters (captured), followed by end of string". The string you give doesn't match that, because of the trailing slash.
|
|---|