Nmap-Parser - typo in documentation

Posted on Fri Jul 15 23:59:54 2005 by jpomiane
typo in documentation
Nice module! It's come in very handy. Just to be nitpicky :) - this line in the synopsis
my $session = $np->session();

probably should be changed to
my $session = $np->get_session();

to agree with what's in the module. Cheers, joe
Write a response