On Tuesday 21 August 2007 15:48:23 RGKärcher wrote: > print " <p><a href=\"http://www.mysite.net/\"> <img > src=\"site_images/$image \" width=\"160\" > height=\"180\" alt=\"image \" class=\"float-left\" > /></a>\n";
Perl is just a bit differnt. Either, use ${image} instead of $image or use sprintf. -- Yours, Georg (STiAT)