You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by David Marble <dm...@et.byu.edu> on 2002/04/20 21:23:47 UTC

C-style comments?

I'm trying some example global.asa files out,
and I get errors with any C-style "//" comments.
If I replace them ALL with '#', it works.  What's
the deal?



---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: C-style comments?

Posted by Joshua Chamas <jo...@chamas.com>.
David Marble wrote:
> 
> I'm trying some example global.asa files out,
> and I get errors with any C-style "//" comments.
> If I replace them ALL with '#', it works.  What's
> the deal?
> 

The global.asa is pure perl.  Perl only supports # for 
commenting and

=pod

Some text block

=cut

--Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org