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
--
View this message in context:
http://www.nabble.com/Define-hosts-lookup-for-pf.conf-tf4469900.html#a12759409
Sent from the openbsd user - misc mailing list archive at Nabble.com.