On Sat, Feb 14, 2009 at 18:58, John W. Krahn <jwkr...@shaw.ca> wrote: snip >> I searched the internet for awhile and did not find a good resource. >> Please give me a couple of links if you know. > > You search the documents that come with perl, for example: > > $ perldoc -t perlfunc | grep -B 2 deprecated snip
Another good place in the docs to look for deprecated functionality are the perldelta files that come with each version of Perl: http://perldoc.perl.org/perl56delta.html http://perldoc.perl.org/perl561delta.html http://perldoc.perl.org/perl58delta.html http://perldoc.perl.org/perl581delta.html http://perldoc.perl.org/perl582delta.html http://perldoc.perl.org/perl583delta.html http://perldoc.perl.org/perl584delta.html http://perldoc.perl.org/perl585delta.html http://perldoc.perl.org/perl586delta.html http://perldoc.perl.org/perl587delta.html http://perldoc.perl.org/perl588delta.html http://perldoc.perl.org/perl589delta.html http://perldoc.perl.org/perldelta.html #this is always the most the recent delta -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/