User Tools

Site Tools


perl:taint_mode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
perl:taint_mode [2016/10/05 15:46] – created peterperl:taint_mode [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 To invoke taint mode: To invoke taint mode:
 +
 +From the command line:
  
 <code perl> <code perl>
-# From the command line+
 perl -T program.pl perl -T program.pl
 +</code>
 +
 +At the top of your script:
  
-# At the top of your script+<code bash>
 #!/usr/bin/perl -T #!/usr/bin/perl -T
 </code> </code>
perl/taint_mode.1475682383.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki