Help for this page
#!/usr/bin/perl -w use strict; ... local $,=' '; print 'd:', splice(@a,0,LIMIT), $/; }