in reply to Regex to match a Cisco ACL

Is Cisco::Reconfig of use in solving your problem, or maybe on of the other Cisco oriented CPAN modules?

True laziness is hard work

Replies are listed 'Best First'.
Re^2: Regex to match a Cisco ACL
by Anonymous Monk on May 22, 2011 at 14:38 UTC

    Thanks, I had earlier skimmed through the documentation of these modules, but found that they are a bit over-kill for the task. In any case, I am trying to learn to code it on my own. I already have a working code that just does what I want, but I am just curious to explore better ways.