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

When you've programmed yourself into a corner, sometimes the quickest fix is to trash everything and start from scratch.

That's very true — but it's also sometimes instructive to keep doggedly at the problem until you solve it without rewriting, even if scrapping the original and starting over would be quicker. That's my experience, at any rate.

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

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