Re: Define hosts lookup for pf.conf
The Socket module should also be there:
$ perl -e 'use strict; use Socket; print("hello\n");'
hello
Thanks,
I have perl installed:
$perl -v
$This is perl, v5.8.8 built for i386-openbsd
but it looks like I dont have the socket module becuase when I do:
$perl -e
I get:
$No code specified for -e.
How can I add that module, and again, is is it safe for a publically accessable firewall?
Many thanks from the newby,
Pedro