in reply to Re: What the heck does this mean?
in thread What the heck does this mean?

What are you talking about? m// is the pattern match operator, and you can use characters other than / for the delimiter. Thus, the code can be:
/^coclli=(.*)/ # or m!^coclli=(.*)! # or m<^coclli=(.*)>
Perl can be as eccentric as the programmers who use it.

japhy -- Perl and Regex Hacker