Thread: Test Post
View Single Post
Old 11-28-2001, 09:04 PM  
sexysakura
Registered User
 
Join Date: Nov 2001
Location: Thailand
Posts: 6
ok na

------------------


Code:
#!/usr/bin/perl 

use LWP::Simple;
$res = &get("http://www.gofuckyourself.com");

print "Content-type: text/html\n\n"; 
print $res;
exit 0;
sexysakura is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote