Evans, Steven M wrote:
> Bill,
> 
> Thanks for the style tips, but I was just trying to get the code to work
> and didn't care about strict & other nuances.  The code works when run

Well if you started caring about the nuances, you would have caught the
'==' vs 'eq' bug (and hopefully many more in your future).

> through perl explicitly and on another system - I need to know why my
> environment is not working.  I did run with your changes, but it did not
> help.

Maybe you need to expound a bit more on your env.

I ran the script I sent you on both Perls (Cygwin 5.8.6 and
AS 5.8.6) with the same result.

The only other thing I noticed that probably isn't related is you're
missing "" on you %1 below:

 > ftype PerlScript
PerlScript="C:\Program Files\Perl\bin\perl.exe" %1 %*

SB: PerlScript="C:\Program Files\Perl\bin\perl.exe" "%1" %*
otherwise you'll have trouble with spaces in paths.
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to