P
Paul Southworth
use Net:rotoent;
This statement works with FreeBSD 4.8's default perl 5.005_03 but not with
perl 5.6.1 (built from FreeBSD ports). What happened and where can
I learn about the changes?
# uname -r
4.8-RELEASE-p13
[Trying perl 5.005_03]
# use.perl system
# perl -e 'use Net:rotoent;'
[Trying perl 5.6.1]
# use.perl port
# perl -e 'use Net:rotoent;'
'getproto' is not a valid variable name at /usr/local/lib/perl5/5.6.1/Net/protoent.pm line 12
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.6.1/Net/protoent.pm line 12.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
Email Cc: of any clues would be appreciated.
--Paul
This statement works with FreeBSD 4.8's default perl 5.005_03 but not with
perl 5.6.1 (built from FreeBSD ports). What happened and where can
I learn about the changes?
# uname -r
4.8-RELEASE-p13
[Trying perl 5.005_03]
# use.perl system
# perl -e 'use Net:rotoent;'
[Trying perl 5.6.1]
# use.perl port
# perl -e 'use Net:rotoent;'
'getproto' is not a valid variable name at /usr/local/lib/perl5/5.6.1/Net/protoent.pm line 12
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.6.1/Net/protoent.pm line 12.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
Email Cc: of any clues would be appreciated.
--Paul