in reply to Re^3: top ten things every Perl hacker should know
in thread top ten things every Perl hacker should know

"Tricky" or "clever" is not always elegant. I tend to think of elegance as eschewing the gratuitous. That would mean writing clever code for the sake of being clever does not fit my definition of "elegance".

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

  • Comment on Re^4: top ten things every Perl hacker should know