Help for this page
#!/usr/bin/perl use warnings; ... } push @result, @temp; print Dumper \@result;
$ perl range4.pl $VAR1 = [ ... 2, 3 ];