Hi! I«m getting mad! I«d know whats wrong with my CGI-Script. The following works: . . . if ( ($taetigkeit =~/$findtaetigkeit/)and ($einrichtung =~/$findeinrichtung/) and ($bezirk =~/$findbezirk/)) { print <<"(result)"; <tr><td>$kennziffer </td><td> $taetigkeit</td> <td>$beschr</td><td>$einrichtung </td> <td> $bezirk</td> </tr> (result) $count ++; } . . . Somewhere above, I have put the correct content-type. Everthing works fine, but when I changed the print string to: . . $smale='<font size="-1">'; $nosmale='</font>'; . . print <<"(result)"; <tr><td>$smale $kennziffer $nosmale </td><td>$smale $taetigkeit $nosmale </td> <td>$smale $beschr $nosmale </td><td>$smale $einrichtung $nosmale </td> <td>$smale $bezirk $nosmale</td> </tr> (result) . . I get the message: Document contains no Data! What«s wrong???? Please help!!! Thomas Boley ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch