Help for this page
my @a = qw/foo bar quz/; print "----- 1 -----\n"; ... $, = "%"; print @a , "\n"; # "foo%bar%quz%" print "----- -----\n";