RosettaCodeData/Task/Arrays/Perl/arrays-3.pl

6 lines
98 B
Perl
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
my @multi_dimensional = (
[0, 1, 2, 3],
[qw(a b c d e f g)],
[qw(! $ % & *)],
);