Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    }
    
  2. or download this
    my @chunk = splice(@array,0,8);
    s/\.//g foreach (@smallchunk);
    
  3. or download this
    s/\.//g foreach ( splice(@array,0,8) );