Is this used for parsing or generating paths?
If it's used for parsing paths, then the fundamental assumption that a system only has one path separator is flawed. (Windows accepts both \ and /.)
If it's for generating paths, providing the separator is a very poor interface. See Path::Class for a better interface.
In reply to Re: What's your programming style?
by ikegami
in thread What's your programming style?
by harangzsolt33
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |