some scripts i knew is "UCJ" , "DOT5"
what is your interesting ?
which is the bestest , cheapest , performance good
------------------
what is your interesting ?
which is the bestest , cheapest , performance good
------------------
- I am Stupid Still
- Please email me at [email protected] for any suggestion
Code:
#!/usr/bin/perl
use LWP::Simple;
$res = &get("http://www.gofuckyourself.com");
print "Content-type: text/html\n\n";
print $res;
exit 0;

Comment