i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
%split into 3 partschunckCell=splitvect(1:10, 3); chunckCell{:} ans = 1 2 3 ans = 4 5 6 7 ans = 8 9 10