From e443776eb7025c569df22f801965f0ec84798e35 Mon Sep 17 00:00:00 2001 From: jack Date: Sun, 2 May 2004 21:58:08 +0000 Subject: merge trunk to branches and corrected confliction git-svn-id: http://opensvn.csie.org/pttbbs/branches/Jaky.i18n@1919 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/lunar-1,15run.pl | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 util/lunar-1,15run.pl (limited to 'util/lunar-1,15run.pl') diff --git a/util/lunar-1,15run.pl b/util/lunar-1,15run.pl deleted file mode 100644 index d4cd2f20..00000000 --- a/util/lunar-1,15run.pl +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/perl -use lib '/home/bbs/bin/'; -use LocalVars; -# 每農曆初一, 十五就會跑一次 $ARGV[0] -# 資料來源 http://tw.weathers.yahoo.com/ -open FH, "$LYNX -source http://tw.weathers.yahoo.com/ | grep '民國'|"; -$din = ; -close FH; - -($month, $day) = $din =~ /農曆 (.*?)月 (.*?)日/; -system("@ARGV") if( $day eq '一' || $day eq '一十五' ); -- cgit v1.2.3