3.2.69 glob
glob
This function returns the value of
@result = map { glob($_) } "*.c", "*.c,v";
@result = map <${_}>, "*.c", "*.c,v";
The
glob
function is not related to the Perl notion of typeglobs,
other than that they both use a |
|