Help for this page

Select Code to Download


  1. or download this
        use Data::Dump  qw/ dd pp       /;
        use Time::HiRes qw/ time sleep  /;
        use Benchmark   qw/ cmpthese    /;
    
  2. or download this
    my $cpanclients =  grep { exists $ENV{$_} } qw{
        AUTOMATED_TESTING
    ...
    use if !$cpanclients qw/ Data::Dump dd pp          /;
    use if !$cpanclients qw/ Time::HiRes time sleep    /;
    use if !$cpanclients qw/ Benchmark cmpthese        /;