yam天空-天氣-動態衛星雲圖 - yam蕃薯藤天氣-今日天氣
#!/usr/bin/perl print "Content-type: text/html\n\n"; parse_form(); open (IN,"index.html"); @all=; close(IN); foreach (@all) { if (//) { $patten=""; $plen=length($patten); $s=index($_,$patten,); $e=rindex($_,$patten,); $pre=substr($_,0,$s); $post ....