Help for this page

Select Code to Download


  1. or download this
    $content = $baseurl . join("", @list);
    
  2. or download this
    $content = join("", $baseurl, @list);