Re: Taint mode (was Re: Variables in external file)

2005-02-20 Thread Peter N Lewis
Which reminds me... I've been using the #!/usr/bin/env perl shebang for easier distribution, but env doesn't like switches. Is there a way to set taint mode via `use` or the like (ala use warnings; for -w). I can't seem to locate anything in the manuals other than the -T flag. Correct me if I'm

Re: Taint mode (was Re: Variables in external file)

2005-02-19 Thread Ken Williams
On Feb 19, 2005, at 1:51 AM, wren argetlahm wrote: Which reminds me... I've been using the #!/usr/bin/env perl shebang for easier distribution, but env doesn't like switches. Is there a way to set taint mode via `use` or the like (ala use warnings; for -w). No. By definition, any switch in the

Taint mode (was Re: Variables in external file)

2005-02-18 Thread wren argetlahm
--- Bruce Van Allen [EMAIL PROTECTED] wrote: And you will avoid the stress of combing back through a program you need to make secure, trying to find the elusive points where the -T switch tenaciously challenges you, an enterprise in which you may risk losing your appreciation of logically