On Sat, 16 Feb 2002 00:22:37 +0000, [EMAIL PROTECTED] (Matthew Byng-Maddick) wrote:
> On Fri, Feb 15, 2002 at 05:47:14PM +0000, Stephen Turner wrote: > > On Fri, 15 Feb 2002, Matthew Byng-Maddick wrote: > > > no, -T too > > -T can appear on the #! lang, I believe. > > | mbm@full-stop:~$ perl test.pl > | Too late for "-T" option at test.pl line 1. > | mbm@full-stop:~$ cat test.pl > | #!perl -wT > | print "hello, world\n" > > I've never seen it work. You're supposed to call it as ./test.pl to make it work. Cheers, Philip