On 2012-02-27 03:52, Shawn H Corey wrote:
There is no simplify way of doing this.
perl -wle '
my $s = "{red,green,blue},{small,large},{light,dark}";
print for glob $s;
'
--
Ruud
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
