Hallo,
jetzt habe ich was, das hilft aber auch nicht:
-----
Can't find string terminator %s anywhere before EOF
(F) Perl strings can stretch over multiple lines. This message means that the closing delimiter was omitted. Because bracketed quotes count nesting levels, the following is missing its final parenthesis:
print q(The character '(' starts a side comment.);
If you're getting this error from a here-document, you may have included unseen whitespace before or after your closing tag. A good programmer's editor will have a way to help you find these characters.
-----
Habt ihr eine Ahnung (oder könnt ihr "A good programmer's editor" spielen ;-) ) ?
Danke schonmal
Stephan