in reply to Re: Search and Replace Within Subscopes
in thread Search and Replace Within Subscopes

Maybe. I am looking to parse Netcool rules files which is basically a glorified if-then-else/switch-case-default stmts with assignments @x=,%x=,$x= and a handful of other functions. Also there are includes that need to be followed. I'm thinking the scope is small enough and the variances large enough that a tidy project would be larger than brute force coding.
  • Comment on Re^2: Search and Replace Within Subscopes

Replies are listed 'Best First'.
Re^3: Search and Replace Within Subscopes
by pc88mxer (Vicar) on Jul 04, 2008 at 17:15 UTC
    Well that certainly explains where @Agent eq 'XX' is coming from. And I just assumed that you didn't the difference between an array and a scalar. :-)