my $url = 'http://google.com/'; my @array = (1,2,3); my $content = get($url . join(',',@array)); print $content;