]> git.pond.sub.org Git - empserver/commit
Use strict & warnings. Fix several minor bugs uncovered by it.
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 28 Jan 2004 21:21:48 +0000 (21:21 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 28 Jan 2004 21:21:48 +0000 (21:21 +0000)
commit759d3185adcd933a5ddadb509e27cc01362f38c2
tree8cc040230539a441b2389584019e34aa555a43da
parentdfb337891d1d81bb7ee374e19f14c766e42ac590
Use strict & warnings.  Fix several minor bugs uncovered by it.

Semantics of assigning to $[ changed in Perl 5, and its use is `highly
discouraged'.  Programs obviously assumed $[ affects all arrays, but
it doesn't in Perl 5.  If these programs ever worked, then certainly
not with Perl 5.  Remove the assignments and shift indexes
accordingly.
info/checklist.pl
info/emp2html.pl
info/info.pl
info/ls2html.pl
info/subj2html.pl