What does =~
mean in Perl? Further, what does +=
mean? What are these called in Perl? i.e. "special characters", etc.
In all languages these are called "operators". The operator =~ in perl is called "binding operator". I found some good explanation on some site.