Can someone explain this line to me, I know /d+ searches for a string of digits, but the other stuff could use some explaining.
if($line =~ /:x
\d+):\d+
[^:]*)
[^:]+)
[^:]+)/) {
I know it says if line contains then i'm lost.
Does anyone have a good site where the various stuff in that is explained?
if($line =~ /:x
I know it says if line contains then i'm lost.
Does anyone have a good site where the various stuff in that is explained?