タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

screenとperlに関するya_yoheiのブックマーク (1)

  • perl版autotestを作ってみた - (゚∀゚)o彡 sasata299's blog

    2008年11月01日23:15 Perl perl版autotestを作ってみた 先日、rubyのautotestが素晴らしいという記事を書きました。 それで、perlでも同じようなのがないかな〜と思って調べてみたら、Test::Continuousというのを見つけました。 これがほぼ仕様を満たしているんですけど、Mac::Growlってモジュールが必須みたいでインストールが出来ない・・・。あと、出来ればAutotest::screenみたいに結果をscreenにバシっと表示させたい ってことで、自分で作りましたよ.。゚+.(・∀・)゚+.゚ こんな感じ。 autotest.pl #!/usr/bin/perl use strict; use warnings; use Cwd; use File::Modified; use Getopt::Long; my $color = { bl

  • 1