View Single Post
Old 09-08-2007, 08:19 PM  
Juicy D. Links
So Fucking Banned
 
Industry Role:
Join Date: Apr 2001
Location: N.Y. -Long Island --
Posts: 122,992
#!/usr/bin/perl

use Image::Magick;
use LWP;
use LWP::Simple;
use URI::Escape 'uri_escape';
require LWP::UserAgent;
use HTTP::Request::Common;
use MIME::Base64;
require HTTP::Headers;

print "content-type: text/html\n\n";

print "Hurray!";

exit;
Juicy D. Links is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote