"Nick Kew" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > In article <[EMAIL PROTECTED]>, one of infinite monkeys > > There's nothing wrong with the linebreak, but it's possible the (bogus) > relative path may have confused it. More likely you were just getting > lots of errors because you generated HTML but declared it as XHTML. > You can add a pragma to CGI.pm to supress xhtml output. use CGI qw(:standard -no_xhtml); cp
