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: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to