On Mon, Mar 29, 1999 at 07:13:26PM +0100, Arnd Hanses wrote:
> On Mon, 29 Mar 1999 10:51:29 -0500, Amir Karger wrote:
> 
> >On Fri, Mar 26, 1999 at 10:55:55PM +0100, Arnd Hanses wrote:
> 
> >
> >Jean-Marc, help! Is this a configure issue?
> 
> No, just a good old typo, no magic here:
> 
> 'extproc' in Rexxish is '#!' in Bourneish. As usual you have to write
> five times as much...
> 
> Yes, Rexx was written 1) in England 2) for a Mainframe system 3) by
> IBM: What else would you expect... :)
> 
> 
>       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'

So you're saying you want to replace setting $^W by actually setting the -w
variable? The reason I asked Jean-Marc for help is that I could swear that
we used to have -w explicitly, but for some reason he wanted to change it to
the other method.

-Amir

Reply via email to