- or download this
use strict;
use warnings;
our @arr = <ABC DEF GHI>;
- or download this
1. my @many = glob "{apple,tomato,cherry}={green,yellow,red}";
- or download this
use strict;
use warnings;
...
'def',
'ghi'
];
- or download this
use Data::Dumper;
use File::Glob ();
...
print Dumper(\@arr3);
glob_to_array.pl syntax OK