in reply to
Matching C-Style comments
I haven't even tried out your code, but it doesn't seem that you've considered all the possibilities for comments. For instance, have you considered this case:
some code here
/* comments */
more code here
.
Scott
Comment on
Re: Matching C-Style comments
In Section
Seekers of Perl Wisdom