Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
      }
      return @nlist;
    }
    
  2. or download this
    sub reform_list{
      my $size=shift;
    ...
      }
      return @nlist;
    }