in reply to Re: Re: splitting/unpacking a string containing data sepearted by \0
in thread splitting/unpacking a string containing data sepearted by \0
just for fun, and those who abhor repetition: @files = map glob, qw(* .*);
What about those of us who are lazy?
@files = glob "* .*";
|
|---|