7 ## This could really do anything you want...
9 open in, "/proc/net/dev";
11 print $client "$_" if /eth[01]:/ or /ppp[01]:/;
17 ## Run the farqin thing:
19 `killall -v -q -1 $bn`;
22 print "Forkin away...\n";
31 $sock = new IO
::Socket
::INET
(
36 ) or die "Could not create socket: $!\n";
40 while($client = $sock->accept) {