pointo1d@unforgiven:~/workspace/SVC-Class-Utils$ perl -MData::Dumper -e '@t = "abcdefghijk" =~ /(.{0,2})/g;print Dumper \@t' $VAR1 = [ 'ab', 'cd', 'ef', 'gh', 'ij', 'k', '' ]; pointo1d@unforgiven:~/workspace/SVC-Class-Utils$