in reply to Re^2: help with splitting and printing the array
in thread help with splitting and printing the array
And how will that help when someone switches the order of parameters? In my reply, I've stated that there are two big problems with the split approach. OP already encountered the first one, but your proposed solution won't save him from the second. Relying on the order of commandline parameters is a wrong approach here.
- Luke
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: help with splitting and printing the array
by pme (Monsignor) on Jan 25, 2015 at 11:19 UTC | |
by blindluke (Hermit) on Jan 25, 2015 at 12:41 UTC |