/ Published in: Perl
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.