/ Published in: Perl
![](/img/icon_sav.png?v3)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#!/usr/local/bin/perl -wT # force taint checks, and print warnings use strict; # install all three strictures use CGI ':standard'; use Data::Dumper; $|++; # force auto flush of output buffer # Make Sure you're only using Unix Line Feeds.
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)