Perl如何查询bbs帖子

Perl如何查询bbs帖子

比如清华bbs:http://smth.edu.cn/frames.php

想用Perl查询某一板块是否有含某一个关键字的帖子,所以我想首先通过左边一栏搜索板块,然后进去板块再搜索帖子。
但是通过LWP获取的源文件很简单:
<html>
<head>
<title>欢迎莅临BBS 水木清华站</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Keywords" content="BBS,水木,清华,水木清华,清华水木,SMTH,Blog,论坛,校园,大学,自强不息,厚德载物">
<meta name="Description" content="清华大学唯一的校级BBS,热烈欢迎大家">
</head>
<frameset name"=mainframe" id="mainframe" frameborder="0" border="0" cols="167,11,*">
    <frame name="menu" noresize="true" marginwidth="0" marginheight="0" src="/bbsleft.php">
    <frame scrolling="no" noresize="true" name="toogle" marginwidth="0" marginheight="0" src="/wtoogle.html">
    <frameset name="viewfrm" rows="*,20">
        <frame marginwidth="0" marginheight="0" name="f3" src="mainpage.php">
        <frame scrolling="no" noresize="true" marginwidth="4" marginheight="1" name="f4" src="bbsfoot.php">
    </frameset>
</frameset><noframes></noframes>
</html>

请问这个要怎么做?
谢谢!
分析里面的 src后面的url
然后再lwp之
水木社区的话,建议还是用 Term 吧。
那个比分析歪脖容易。


QUOTE:
原帖由 flw 于 2008-4-18 11:04 发表
水木社区的话,建议还是用 Term 吧。
那个比分析歪脖容易。

请教flw老大,我很想知道你说的用Term是要用什么模块?
telnet newsmth.org