Help for this page

Select Code to Download


  1. or download this
    foreach my $first (@first_directory){
      my @store_array = qw (1 2 3 4 5 6); # here
      while(my ($i,$j) = splice(@store_array,0,2)){
        my $second_directory = "$first/$i/$j";
      ..
    
  2. or download this
    #!/usr/bin/perl
    use strict; use warnings;
    ...
      }    
    }
    close $fh_log;