Help for this page

Select Code to Download


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