David Mintz [[EMAIL PROTECTED]] asked: [snippage] > I email it as an attached file to the guy I wrote it for
> He says he runs it and gets > > "Can't find string terminator "END" anywhere before EOF at > nyctdir.pl line > 79" > What on earth might be happening? My first answer was going to be that yous should have him add a blank line or a comment or a plain "__END__" to the file, because the Perl won't find the end of a here document if the delimiter is not followed by a line end. In your particular case, it seems like a whitespace character has snuck in after that particular HERE delimiter. MfG, -- Thomas B�tzler, Network Engineer, Network Operations EMEA Peregrine Systems GmbH web: www.peregrine.com Steinh�userstra�e 22 phone: +49-721-98143-166 D-76135 Karlsruhe / Germany fax: +49-721-98143-196 _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
