I need to run a shell command from a perl script. I found this:
[kobesearch.cpan.org...]
but I can't seem to get it to work. What I want to do is insert an IP address into ipfw... I want to run:
/sbin/ipfw add 25002 deny ip from $ip to any;
where $ip is a variable.
Any ideas?
Thanks!
Dave