in reply to Re: CGI + netscape problems
in thread CGI + netscape problems

That should probably be

$image =~ s/\\/\//g;

(=~ rather than =, and you were missing a /)