Loading...
Uploaded by bermnz on Jan 4, 2008
http://www.ScriptSocket.com/ Part 63 of the Perl Tutorial explores the CGI.pm module to return an image from a script.
Howto & Style
Standard YouTube License
#!/usr/bin/perl -w
use CGI qw/:standard/;
print redirect('flag.gif');
exit;
johnxpriest 3 years ago
i cant make it work i dont know why I putt it exactly you do.
something i miss??
im using apache 2.2
in Windows.
well the script is pretty the same
but i didnt put some of the things to get info like host. i had only put UserAgent IP and Time
agustin20091 3 years ago
Load more suggestions
#!/usr/bin/perl -w
use CGI qw/:standard/;
print redirect('flag.gif');
exit;
johnxpriest 3 years ago
i cant make it work i dont know why I putt it exactly you do.
something i miss??
im using apache 2.2
in Windows.
well the script is pretty the same
but i didnt put some of the things to get info like host. i had only put UserAgent IP and Time
agustin20091 3 years ago