Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
So the question is: How to parse whole ";" delimited string as an argument in each for example inside of "make_host.pl", if this possible then how ?make_host -a data1;data 2 data 3;john.doe@example.com;1; make_group -a data1;data 2 data 3;john.doe@example.com;1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Parse string as an option
by McA (Priest) on Jun 25, 2012 at 19:29 UTC |