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

Re: Heredoc

2005-02-19 Thread David Wheeler
On Feb 19, 2005, at 9:01 AM, Ken Williams wrote: Note also that 'EOF' is *almost* but not quite exactly identical to q{}. The former has no escape sequences, the latter has \\ and \{ and \}. That's the main reason I ever use heredocs, actually. Or if I'm in a script and not a module, I use