result="" string="col1;col2;col3" perl -e ' $str="'$string'"; @list = split(/;/,$str); ***Here i want that result = @list **** ' echo result [download]
In reply to modify ksh variable in perl by gfarhat