From 5b1545cbda010c4092992d60e1a2ca2a1cff672f Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 6 May 2003 16:54:42 +0000 Subject: change source git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@822 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/weather.perl | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'util/weather.perl') diff --git a/util/weather.perl b/util/weather.perl index 2cfd9e13..5edc147a 100644 --- a/util/weather.perl +++ b/util/weather.perl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: weather.perl,v 1.7 2003/04/02 09:19:46 victor Exp $ +# $Id: weather.perl,v 1.8 2003/05/06 16:54:42 victor Exp $ # # 不能跑的話,看看 bbspost 的路徑是否正確。 # 如果發出的 post 沒有氣象報告而是說 URL 找不到,則確定一下能不能看到 @@ -20,14 +20,9 @@ close DATE; # Header # 內容 #open(WEATHER, "$LYNX -assume_charset=big5 -assume_local_charset=big5 -dump http://www.cwb.gov.tw/V3.0/weather/text/W03.htm |"); -open(WEATHER, "$LYNX -assume_charset=big5 -assume_local_charset=big5 -dump -nolist http://www.gigigaga.com/home/weather.asp|"); +open(WEATHER, "$LYNX -assume_charset=big5 -assume_local_charset=big5 -dump -nolist ftp://ftpsv.cwb.gov.tw/pub/forecast/W002.txt|"); while () { - last if /首頁/; -} - -while () { - last if /dot\.gif/; print BBSPOST if ($_ ne "\n"); } close WEATHER; -- cgit v1.2.3