Re: join() and split() to respect string overload operations
[email protected] (Yuval Kogman)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
Why not just add a split method to your class? Seems like a lot of work for something that is a pretty high level idea anyway. With autobox you can even treat your strings and objects as pretty much the same thing.