in reply to Re: Perl style: Arguing against three-argument join()
in thread Perl style: Arguing against three-argument join()

Because to properly handle all cases, that needs to be "$config{prefix}${item}$config{suffix}" and that just looks horrible.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

Replies are listed 'Best First'.
Re^3: Perl style: Arguing against three-argument join()
by ruzam (Curate) on Jan 25, 2008 at 01:34 UTC
    Huh?