gfarhat has asked for the wisdom of the Perl Monks concerning the following question:
result="" string="col1;col2;col3" perl -e ' $str="'$string'"; @list = split(/;/,$str); ***Here i want that result = @list **** ' echo result
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: modify ksh variable in perl
by pc88mxer (Vicar) on Apr 17, 2008 at 16:38 UTC | |
by apl (Monsignor) on Apr 17, 2008 at 16:56 UTC | |
|
Re: modify ksh variable in perl
by moritz (Cardinal) on Apr 17, 2008 at 16:43 UTC |