in reply to Re: Parsing Text into Arrays..
in thread Parsing Text into Arrays..
Like I mentioned above, this is a real-protocol used to communicate between Muds and a communications server/router. Info here Intermud3 spec if anyones interested. So I'd hope it won't throw empty elements at me, but you never know. :)
As to returning undef without causing the rule to fail, wasn't that just a case of doing:
? Or am I understanding you wrong?rule : production { $return = undef; 1; }
C.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Parsing Text into Arrays..
by demerphq (Chancellor) on Jan 21, 2003 at 12:15 UTC |