Help for this page
@a = ( 'a b c d e', ... @b = map (join(' ', (split /\s/)[1, 4]), @a); print "$_\n" for @b;
b e g j l o q t v y