Beefy Boxes and Bandwidth Generously Provided by pair Networks RobOMonk
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Re: Alternation in Effective Perl Programming Example

by a (Friar)
on Dec 07, 2000 at 16:50 UTC ( [id://45549]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Re: Re: Alternation in Effective Perl Programming Example
in thread Alternation in Effective Perl Programming Example

And, to the original question: I think the idea is to 'inch along'
for (split m!("(?:\\\W|.)*?"|/\*|\*/)!) {
will return the pieces ending w/ an escaped non-word char, a single char or the comment begin/end markers. Hmm, an escaped non-word char or a single char in quotes? No, as many \\\w|. as found between quotes. I guess so:
biff = "not a comment /*"; /* marker for not a comment */
won't start $in_comment too early.

a

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://45549]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.