>>>>> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes:
>>
>> extproc perl.exe -Sw #!perl # $^W = 1; # same as 'perl -w'
>>
>> shold be the same as:
>>
>> extproc perl.exe -S #!perl $^W = 1; # same as 'perl -w'
Amir> So you're saying you want to replace setting $^W by actually
Amir> setting the -w variable? The reason I asked Jean-Marc for help
Amir> is that I could swear that we used to have -w explicitly, but
Amir> for some reason he wanted to change it to the other method.
Well, I'm not supposed to be here, you know. I just happen to fear
letting you alone (beginning of fatherhood, I guess) wildly discussing
insets ans strings... Concerning this -w thing, it was just that I
wanted to be able to replace the command 'perl' by someething else
when perl is not available (actually, this is an 'echo' which says
that the command is disabled. You can replace it with something else,
as long as the 'echo' trick still works.
JMarc