I'm partial to glob, myself. e.g. @files = (glob("*"), glob(".*"));
Update: added missing parentheses.
Update: just for fun, and those who abhor repetition: @files = map glob, qw(* .*);
Update: duff++
In reply to Re: Re: splitting/unpacking a string containing data sepearted by \0
by revdiablo
in thread splitting/unpacking a string containing data sepearted by \0
by mallah_rajesh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |