You can use the LWP:Simple module to connect to an URL and fetch a webpage. ie.
use LWP:: Simple; $information = get("http://www.perl.com); .. $information now contains the HTML code of the website. Remove the HTML tags and you have you're information. tchau, Jan-Willem On Thu, 4 Oct 2001, Gareth Londt wrote: > PLEASE CAN SOMONE HELP ME, IM IN DESPERATE NEED OF SOMTHING OR SOME CODE TO DO > THIS? > > i need a script that will connect to a url and pull off information and this > needs to be done in a perl script. Please can somone help, ive tried > everything that i know of but ti know that there is somthing that can work. > > please....this would be much , much appreciated. > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]