« Return to Thread: Define hosts lookup for pf.conf

Re: Define hosts lookup for pf.conf

by pichi :: Rate this Message:

Reply to Author | View in Thread

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

 « Return to Thread: Define hosts lookup for pf.conf