Help for this page

Select Code to Download


  1. or download this
    for $" (qw( a b c d )) {
        print "@{[1, 2, 3]}";
    }
    
  2. or download this
    $ perl
    for $" (qw( a b c d )) {
    ...
    }
    __END__
    1a2a31b2b31c2c31d2d3$