Help for this page

Select Code to Download


  1. or download this
    my $result = '#(#string#' . join('#;#string#', @array)
                              . '#)#;
    
  2. or download this
    my $result = sprintf '#(#string#%s#)#',join('#;#string#', @array);