in reply to Can't find any documentation on < a b c > syntax for lists
G'day muthm,
Welcome to the Monastery.
$ perl -MO=Deparse,-p -e 'print "$_\n" for < a b c >;' use File::Glob (); print(("$_\n")) foreach (glob(' a b c ')); -e syntax OK
Documentation for your admiration :-)
— Ken
|
|---|