Help for this page
my $result = '#(#string#' . join('#;#string#', @array) . '#)#;
my $result = sprintf '#(#string#%s#)#',join('#;#string#', @array);