RE: Taint mode in compiled program?
by Adam R. Frielink other posts by this author
Jul 21 2009 1:21PM messages near this date
RE: Taint mode in compiled program?
|
I am really confused how perlapp works
Try
use taint;
From: pdk-bounces@[...].com [mailto:pdk-bounces@[...].com] On Behalf Of Jamie Harris
Sent: Tuesday, July 21, 2009 3:20 PM
To: pdk@[...].com
Subject: Taint mode in compiled program?
Â
Is there a way to use taint mode in a compiled program? I put -T on the #! line and I get:
"-t" is on the #! line, it must also be used on the command line at program.pl line 1.
Â
I tried -perl c:\perl\bin\perl.exe -t and even -perl "c:\perl\bin\perl.exe -t".Â
Â
How do I make that work?Â
Â
Â
Â
Â
-----------------------------------------------------
James Harris
Enterprise Application Analyst/Programmer
Information Technology Division
Frederick Community College
-----------------------------------------------------
_______________________________________________
PDK mailing list
PDK@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Jamie Harris
Jan Dubois
Adam R. Frielink
|