in reply to Re: regex problem!
in thread regex problem!
is more efficient regarding time and/or memory than your solution?($name) = split /-\d/,$string,2;
Just wonder because I thought that this will just split into two array elements, thus saving some memory (maybe) but at least some time.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: regex problem!
by antirice (Priest) on Jul 18, 2003 at 11:38 UTC |