in reply to format output from a exe within a perl script

You don't actually tell us what the problem is that you see! Most likely the problem is that you haven't used strictures (use strict; use warnings) which would have alerted you to setting $VAL in the split line, but using $SITVAL in the assignment lines.

/me heads off to apply band aids to his bleeding eyes.


Perl is environmentally friendly - it saves trees
  • Comment on Re: format output from a exe within a perl script