[comp.lang.perl] getnetbyaddr does not work.

guy@b11.ingr.com (Guy Streeter) (02/05/91)

The getnetbyaddr routine does not work.  From my reading of the perl
source, it appears that the address, rather than the value, of the
network number is being passed to the getnetbyaddr() library routine.

Guy Streeter
streeter@ingr.com

lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) (02/05/91)

In article <guy.665694046@guy> guy@b11.ingr.com (Guy Streeter) writes:
: The getnetbyaddr routine does not work.  From my reading of the perl
: source, it appears that the address, rather than the value, of the
: network number is being passed to the getnetbyaddr() library routine.

Oops.  Thanks.  Obviously not a heavily used routine...

Larry