Search code examples
perloperators

What is the meaning of =~ in Perl?


What does =~ mean in Perl? Further, what does += mean? What are these called in Perl? i.e. "special characters", etc.


Solution

  • In all languages these are called "operators". The operator =~ in perl is called "binding operator". I found some good explanation on some site.