1
vote
Do you follow the naming convention of the original programmer?
When in Rome do as the Romans do.
(Except for index variables names, e.g. "iArrayIndex++". Stop condoning that idiocy.)
…
1
vote
Are there any drawbacks to interpolation in Perl?
(This should probably be community wiki.)
The only obvious issue that comes to my mind is the interpolation of arrays. Compare
print @arr, "\n";
with
…
