Perl with XML::DOM and DBI modules

来源: 2009-06-22 19:35:04 [旧帖] [给我悄悄话] 本文已被阅读:

You can use XML::DOM::Parser to parse the web page and find the data you want. Then use DBI to connect and save the data to your database.