Hello guys and gals!
I have a perl script which captures ARP packets on the network.
Right now I'm starting it from command-line and stopping it with Ctrl-C.
But, I'd like to start it and stop it from perl/CGI stript (HTML page, Start and Stop buttons).
I know I could start it using backticks or system(), but how do I stop it?
I have a perl script which captures ARP packets on the network.
Right now I'm starting it from command-line and stopping it with Ctrl-C.
But, I'd like to start it and stop it from perl/CGI stript (HTML page, Start and Stop buttons).
I know I could start it using backticks or system(), but how do I stop it?