- or download this
#!/usr/bin/perl
...
[ 10, 20, 30 ],
[ 100, 200, 300 ],
];
- or download this
my $gpat = do {
local $" = '}\ -\ {';
...
print glob $gpat;
print $/;
}
- or download this
__END__
{1,2,3,4}\ -\ {10,20,30}\ -\ {100,200,300}
...
4 - 30 - 100
4 - 30 - 200
4 - 30 - 300