CLRunner

CLRunner (Command Line Runner) is a little Perl library I wrote out of a need to capture output from command line programs. It might be useful to other people.

Latest CLRunner Documentation and Sourceforge Download


Example script:

This script uses the Windows NETSTAT command, and Foundstone, Inc. FPORT command to show whose connected to your Windows PC, and through which port and application. CLRunner is used to capture the output, which is then parsed to find the open ports and their related applications.

findportconns.pl