in reply to Re: Parsing issue
in thread Parsing issue
$string = q/allow:"bad param:doh!" deny:test2/;
Not sure how I'd go about parsing this, but perhaps you could preprocess the string, replacing all the quoted text with placeholders, then splitting on spaces?
-- Dan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Parsing issue
by jj808 (Hermit) on Oct 08, 2002 at 12:56 UTC |