Re: NNED HELP

2001-10-04 Thread online-batonrouge
You'll need to be more specific. What kinds of information do you want to "pull off"? What URL? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: NNED HELP

2001-10-04 Thread Jan-Willem Haaring
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, G

NNED HELP

2001-10-04 Thread Gareth Londt
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 th