开发者_如何学Pythonhow do I set the taint mode in a perl script with a #!/usr/bin/env perl shebang?You can pass the PERL5OPT environment variable on the shebang line:
I see these at the top of Python fi开发者_JS百科les: #!/usr/bin/env python #!/usr/bin/env python3 It seems to me that the files run the same without that line.If you have several versions of Python
I have set up a local Perl web environment on my Windows machine. The application I\'m working on is originally from a Linux server, and so the shebang for source .pl files look like so: