$dgs = new IO::Socket::INET(LocalPort => $lisport, Proto => 'udp') or die "Socket: $!\n";
I have a perl script that I want to run on tomato firmware router using the current shell scripting that it supports
How would I do the above in shell? In perl you have to use IO:Socket.