Re: CPAN and LWP::UserAgent question?

2016-01-13 Thread H.Merijn Brand
On Wed, 13 Jan 2016 12:48:47 -0800, ToddAndMargo wrote: > Hi All, > > I am thinking of starting the transition from Perl 5 to 6. > > The major CPAN modules I use in Perl 5 are: > > use Term::ANSIColor qw ( BOLD BLUE RED GREEN RESET ); > use Term::ReadKey qw ( ReadKey ReadMode ); > use Net::Nsl

CPAN and LWP::UserAgent question?

2016-01-13 Thread ToddAndMargo
Hi All, I am thinking of starting the transition from Perl 5 to 6. The major CPAN modules I use in Perl 5 are: use Term::ANSIColor qw ( BOLD BLUE RED GREEN RESET ); use Term::ReadKey qw ( ReadKey ReadMode ); use Net::Nslookup qw ( nslookup ); use LWP::UserAgent; use LWP::Protocol qw ( https );