http://www.perlmonks.org?node_id=553120


in reply to Re^3: Is it real? (mu)
in thread Is it real?

Ah, but: keep in mind that in Perl (as well as some other languages) having any positive value at all causes a variable to evaluate as "true" when tested for "truth". Thus, a vote for "Is Bigfoot real?" assigns it a value that evaluates as "true", aka "yes".

Or something.

DWIM, darn you! DWIM!

print substr("Just another Perl hacker", 0, -2);
- apotheon
CopyWrite Chad Perrin