in reply to cccp - Cisco Console Command Parser

Have you considered replacing your @ARGV parsing with the Getopt::Long core module and your sub show_help with the Pod::Usage core module?
#use strict;
Why comment this out? No use warnings; either.
cccp
A fan of the former USSR?

Replies are listed 'Best First'.
Re^2: cccp - Cisco Console Command Parser
by colakong (Initiate) on Sep 19, 2008 at 02:31 UTC

    I have considered replacing it with those very modules, but I thought it would be faster to do it my way than to read the modules' documentation.

    As for 'use strict;', I was only interested in using it while I was still modifying the code.

    'cccp' -> All cisco switch configs must be the same, comrade!