Help for this page

Select Code to Download


  1. or download this
    $dir = "test";
    
    mkdir $dir or die "Unable to create dir : $!" if not ( -d "$dir");
    ...
        print F $data;
        close F;
    }
    
  2. or download this
    use Benchmark qw/cmpthese/;
    
    $dir = "test";
    ...
                   }
                 }
    });
    
  3. or download this
    D:\Perl\bin>perl test2.pl
            Rate   grep  while
    grep  6.51/s     --  -100%
    while 2667/s 40833%     --
    
    D:\Perl\bin>