in reply to Re: Not Matching String is Matching
in thread Not Matching String is Matching
Thanks, I figured it out. Something to do with vim and the temp files it makes while editing. Perl was executing one of the temp files rather then the file I thought it was. The above works now(with the whitespace removed of course).
-Dru