On 08/26/2006 10:57 AM, jobst müller wrote:
[...]
first of - i have to explain something; I have to grab some
data out of a phpBB in order to do some field reseach. I
need the data out of a forum that is runned by a user
community. I need the data to analyze the discussions.
Use LWP::* to retrieve the data.
Use HTML::Parser (or similar) to parse the HTML pages retrieved.
Use DB_File (or similar) to put the extracted data into a
database.
This is not necessarily simple stuff to do, but it can be done.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>