Help for this page
#!perl use strict; ... for my $rc (@r) { for my $cc (@c) { push @expanded, "$rc $cc" } }; return @expanded; }