"Andrei A. Voropaev" <[EMAIL PROTECTED]> writes:
> Would it be possible to remove everything after __END__ before
> wrapping it into a function?

That requires a full-blown perl parser, to decide if __END__ is really 
__END__.

print "Content-type: text/plain\n\n"
print <<EOT;
# Example perl code
#
# ...
#
__END__

Example 1.
EOT

-- 
Frank Cringle,      [EMAIL PROTECTED]
voice: (+49 2304) 467101; fax: 943357

Reply via email to