Help for this page
my $dir = shift; $dir = quotemeta( $dir ); @list = glod( "$dir/*.java" );
my $dir = shift; @list = <"$dir/*.java">;