Forum Moderators: open
$> [b]python[/b]
Python 2.2.1 (#1, Sep 10 2002, 17:49:17)
[GCC 3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> [b]import urllib[/b]
>>> [b]u = urllib.urlopen('http://www.webmasterworld.com')[/b]
>>> [b]u.read()[/b]
'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<HTML><HEAD>\n<TITLE>403 Forbidden</TITLE>\n</HEAD><BODY>\n<H1>Forbidden</H1>\nYou don\'t have permission to access /\non this server.<P>\n<HR>\n<ADDRESS>Apache/1.3.26 Server at www.webmasterworld.com Port 80</ADDRESS>\n</BODY></HTML>\n'
>>>
hmmm... ;)