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


in reply to Re: Re: "Correct" program style questions
in thread "Correct" program style questions

$t_name doesn't mean the same thing as $tainted_name. In general I suggest avoiding the impulse to abbreviate. It may make the code shorter, but it also makes it harder to read.
  • Comment on Re: Re: Re: "Correct" program style questions