>>>>> "AT" == Adam Turoff <[EMAIL PROTECTED]> writes: AT> The crux of my proposal/request is that when perl6 innards are AT> designed, -T processing is handled the same way -p and -i are. AT> That is, option processing should start out cleaner than what AT> is in 5.7.0 or what was in 5.004 (at least, wrt -T). I'll agree with you. But unless you propose to change the semantics of when and where arguments are processed, you have timing problems. With no command line arguments perl can honor everything on the #! line. With command line arguments, perl has to process them to know how to interpret the script. The only other mechanism that might be worthwhile would be for perl to notice the -T and then give up and re-exec itself with an added -T at the front of the line. This would be workable as long as none of the -M's do anything to change state. <chaim> -- Chaim Frenkel Nonlinear Knowledge, Inc. [EMAIL PROTECTED] +1-718-236-0183
- Re: RFC 227 (v1) Extend the window to turn on t... Chaim Frenkel
- Re: RFC 227 (v1) Extend the window to turn ... Jarkko Hietaniemi
- Re: RFC 227 (v1) Extend the window to t... Chaim Frenkel
- Re: RFC 227 (v1) Extend the window to turn ... Dan Sugalski
- Re: RFC 227 (v1) Extend the window to t... Chaim Frenkel
- Re: RFC 227 (v1) Extend the window... Dan Sugalski
- Re: RFC 227 (v1) Extend the wi... Chaim Frenkel
- Re: RFC 227 (v1) Extend the wi... Adam Turoff
- Re: RFC 227 (v1) Extend the window to turn on taint... Sam Tregar
- Re: RFC 227 (v1) Extend the window to turn on taint... Adam Turoff
- Re: RFC 227 (v1) Extend the window to turn on t... Chaim Frenkel
- Re: RFC 227 (v1) Extend the window to turn on t... Dan Sugalski
- Re: RFC 227 (v1) Extend the window to turn ... Adam Turoff
- Re: RFC 227 (v1) Extend the window to t... Dan Sugalski
- Re: RFC 227 (v1) Extend the window... Simon Cozens
- Re: RFC 227 (v1) Extend the window to turn on taint mode Michael G Schwern
- Re: RFC 227 (v1) Extend the window to turn on taint... Dan Sugalski
- Re: RFC 227 (v1) Extend the window to turn on t... Adam Turoff
- Re: RFC 227 (v1) Extend the window to turn ... Michael G Schwern
- Re: RFC 227 (v1) Extend the window to t... Dan Sugalski
- Re: RFC 227 (v1) Extend the window to t... Nathan Wiger