Help for this page
use warnings; use strict; ... my @rel = ("test1", "test2", "test3"); print join " &\n ", @rel;
test1 & test2 & test3