From be7df58794a73ccc29639c72806359aeed2d0a66 Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 20 Nov 2006 04:24:32 +0000 Subject: #define MAX_GUEST fix util/stock.perl thanks watch.bbs@ptt2 git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3446 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/stock.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/stock.perl b/util/stock.perl index 1c4120ed..e9d57580 100644 --- a/util/stock.perl +++ b/util/stock.perl @@ -10,7 +10,7 @@ open(BBSPOST, " >etc/stock.tmp"); # Header # ¤º®e -my $url = 'http://quotecenter.jpc.com.tw/today_stock_price.htm'; +my $url = 'http://sii.tse.com.tw/html/T31'; open(WEATHER, "/usr/bin/lynx -dump $url |"); while() { next if $_ eq "\n"; -- cgit v1.2.3