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 Documentation: CLRunner 0.08

Latest version: CLRunner-0.08.zip

Installation Instructions: Unzip CLRunner.pm file to your \perl\lib directory.


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

©2003-2011: Scott M. Horvath
All rights reserved