in reply to Re^5: Challenge: Generate a glob patterns from a word list
in thread Challenge: Generate a glob patterns from a word list
The glob could be constructed with a
$str = join ",", @list
part between the curlies
glob "$start{$str}$end"
and fail for @list < 2
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|