[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]

Re: How to include lines starting with a # sign



On Wed, 22 Sep 1999, Darko Krizic wrote:

>  Question: I want to include a source code file (perl program) that contains
> a lot of (very useful) lines starting with a comment sign #. Problem is:
> These lines are stripped in any method that I use to include the file
> (preprocessor include, fsview...).
> 
> Any ideas?

Yes, you have to protect your files against pass 8, which removes lines
beginning with a hash sign.
Something like
<protect pass=8>
<:
...your Perl code here...
:>
</protect>

-- 
Denis Barbier
WML Maintainer


______________________________________________________________________
Website META Language (WML)                www.engelschall.com/sw/wml/
Official Support Mailing List                   sw-wml@engelschall.com
Automated List Manager                       majordomo@engelschall.com