App-dirdim
view release on metacpan or search on metacpan
use Cwd qw [ getcwd ] ;
use App::dirdim ; # $App::dirdim::VERSIONãå©ç¨ãããããéçºä¸ã¯ãæ¢ã«ã¤ã³ã¹ãã¼ã«æ¸ã¿ã®ãã®ã使ã£ã¦ãã¾ãã®ã§ãæå³ãã«ããåä½ã«ãªãã ããã
use File::Find qw[ find ] ;
use File::Spec::Functions qw[ catfile splitdir ] ;
use Getopt::Std ;
use List::Util qw[ minstr maxstr all any max ] ;
use Term::ANSIColor qw [ :constants ] ; ${Term::ANSIColor::AUTORESET} = 1 ;
use Time::HiRes qw[gettimeofday tv_interval] ;
my $time_start ;# = [ gettimeofday ] ;
BEGIN { $time_start = [ gettimeofday ] }; # BEGIN UNITCHECK CHECK INIT # å使éã®æ¸¬å®ãã§ããã ãæ£ç¢ºã«ããããBEGINã§å²ãã ã
my $I = catfile '', '' ; # OSæ¯ã«ç°ãªãå¯è½æ§ã®ããããã¡ã¤ã«ãã¹ã®åºåãæåãåå¾ã
getopts '.:adv' , \my%o ;
$o{'.'} //= '' ;
@ARGV = ( "." ) unless @ARGV ; # & HELP_MESSAGE unless @ARGV ;
my ($y,$z) = (0,0) ; # çµæçã«å¦ç対象ã¨ãªã£ããã®ã¨ãããã§ãªããã®
& measure_simple ;
exit 0 ;
sub measure_simple {
( run in 0.459 second using v1.01-cache-2.11-cpan-702932259ff )