Help for this page

Select Code to Download


  1. or download this
    {
        local $" = ', ';
        @a = qw(foo bar baz quux);
        print "@a\n";
    }