Help for this page

Select Code to Download


  1. or download this
    for $\ (qw( a b c d )) {
        print "@{[1, 2, 3]}";
    }
    # Output:
    # 1 2 31 2 31 2 31 2 3