in reply to A problem with using the split command
Update: Note to people downvoting me: Unlike some who posted before me, I tried my solution before posting. (See above: it works).perl -e " print join(', ',split(/\\\\/,'\foo\foo1\foo2'))" , foo, foo1, foo2
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: A problem with using the split command
by TASdvlper (Monk) on Apr 30, 2004 at 20:36 UTC | |
by revdiablo (Prior) on Apr 30, 2004 at 21:24 UTC |