Help for this page
@x = (1..2); @y = qw(one two); ... print "$glob\n"; # prints '{1,2},{one,two},{Amy,Bob}'