Using the angle brackets operator seems to work without quoting :my $dir = shift; $dir = quotemeta( $dir ); @list = glod( "$dir/*.java" );
my $dir = shift; @list = <"$dir/*.java">;
In reply to Re: globing directory names with spaces
by choocroot
in thread globing directory names with spaces
by abhishes
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |