Gossamer Forum
Home : General : Perl Programming :

join field error

Quote Reply
join field error
Hi

I am using the following code to join a field and text to construct a URL.
Quote:
$URL = join("http://www.mysite.com",$field,".html?d=1&t=de");

Unfortunately I'm getting the result:
Quote:
fieldhttp://www.mysite.com.html?d=1&t=de

Can anyone see what I'm doing wrong?

Thanks
Subject Author Views Date
Thread join field error Alba 3985 Dec 6, 2006, 12:10 PM
Thread Re: [Alba] join field error
mkp 3914 Dec 7, 2006, 6:29 AM
Post Re: [mkp] join field error
Alba 3869 Dec 7, 2006, 7:25 AM