摘要:
从网页中提取链接 以下是HTML::LinkExtor中的一个提取图片链接的例程#!/usr/bin/perl -wuse LWP::UserAgent;use HTML::LinkExtor;use URI::URL;$url = "http://www.163.com/"; # for instance$ua = LWP::UserAgent->new;# Set up a call... 阅读全文
摘要:
bzip2 and bunzip: Files With .bz2 Extensions by Brent FoxLast Modified: Wednesday, May 19, 2004 Introduction bzip2 and bunzip2 are file compression and decompression utiliti... 阅读全文
摘要:
#!/usr/bin/perl -w ####################################################################### Example of how to use the Spreadsheet::WriteExcel module to create ## an Excel binary file. ... 阅读全文