On Sat, Jun 14, 2003 at 11:45:51PM -0500, david nicol wrote: > > > > When removing a deprecated feature, should the deprecation > > > warning be removed as well ? > > > > I submit that .... > > I submit that the error message should refer to a document > explaining the alternative approach, for instance > > $* is now an error: see perdoc perlvar Well, you can't make '$*' an error. The variable won't disappear - it's the associated magic that disappears. AbigailThread Previous