#----------------------------------------
#☆期間中の日を表示 ppm install date-simple
#----------------------------------------
use Date::Simple;
use strict;
my $day_from = Date::Simple->new(2005, 12, 1);
my $day_to = Date::Simple->new(2006, 2, 28);
my $day_cnt = $day_to - $day_from;
print $day_from," 〜 ",$day_to," = ",$day_cnt, "¥n";
my $day = $day_from;
for (my $i = 0; $i <= $day_cnt; $i++) {
print $i,":",$day->format("%Y/%m/%d"),"¥n";
my $nextday = $day->next;
$day = $nextday;
}
dyno2316 ロヒミフ perl VBA Excel 秀丸
ラベル
- _Dyno2316 (1)
- AHCIドライバ組み込み (1)
- Boot (1)
- Excel:ショートカット (1)
- Excel:差込印刷時の日付書式 (1)
- ExcelVBA:SelectionChange (1)
- IE8:NoSearchBox (1)
- netsh:IP設定 (1)
- Perl:CSV形式の分解 (1)
- Perl:Dumper (1)
- Perl:join sprintf unpackなど (1)
- Perl:ParseExcel (1)
- Perl:Smart::Comments (1)
- Perl:ハッシュの要素の存在・定義・真偽 (1)
- Perl:ファイルの入出力 (1)
- Perl:ファイル入力と正規表現で抽出 (1)
- Perl:リンク (1)
- Perl:現時刻を日本語形式で (1)
- Perl:四捨五入 (1)
- Perl:重複行を削除 (1)
- PerlTips (2)
- VistaPE (1)
- Win:Tips (1)
- Win7:TIPS (1)
- Win7:TIPS OEの移行 (1)
- Win7:強化されたファイァーウォール設定 (1)
- WinPE (1)
- 秀丸マクロ:カラーマーカー (1)