A Perl Programming Note subject logo: UNIX
2009-02-10
Posted by: badanov

In perl, == is not an assignment operator. As it is used in the above listed link

That means:

"==" != an assignment operator. "=" = an assignment operator.

However if ("==" eq "=" ) {
"==" == "=="; }
else {
"==" != "==";
"=" == "=="; }

The perl police will be by later to check

If you have something to add, Fire Away!

Number of Comments so far: 0

Click here for a list of stories in the Unix and Computer category