perl 爬蟲研究2

2022-03-24 03:08:03 字數 459 閱讀 8256

繼續研究雲總的**時,發現很糾結的問題。

再看**,試著單月測試的方法研究,始終輸出的是陣列,

感覺不會再愛了。。。。先把上午的活幹完,晚上飛機走人了。。

#

!/usr/bin/perl

use uri::url;

use web::scraper;

use data::dumper;

my$base_url="

";my$host=uri::url->new($base_url)->host;

print

"host:$host\n";

$scraper=scraper;

print

$scraper->scrape( uri->new($base_url))->;

foreach(@)

print dumper($link

);}

Perl學習筆記(2)

perl基本資料型別 1.perl 的注釋和換行 n usr bin perl print 這是注釋 hello gene n 這種風格很不好哦 2.perl 不像其他大多數語言有main 函式,perl是沒有的,只要有perl語句就可以執行了,很方便。先看個perl程式 usr bin perl ...

Perl學習筆記 2

rel file list href file c 5cdocume 7e1 5cwangxu 7e1 5clocals 7e1 5ctemp 5cmsohtml1 5c01 5cclip filelist.xml 1.數值操作函式sqrt 函式用於返回給定變數的平方根。log 函式用於返回給定變數...

perl學習筆記 2

perl的logo是頭懶洋洋的駱駝,可能不好看或者不好聞,但是它能完成任務 發現乙個更好的 嘿,我學的東西 5.8.8 跟最新的 5.14.1 差了 個大版本 8 10 12 14 呢 小版本 5.8.8 5.8.9 5.10.0 5.10.1 5.12.0 5.12.1 5.12.2 5.12.3...