Sun751 has asked for the wisdom of the Perl Monks concerning the following question:
is it possible to assign two spliced thing to two variable@abc = split(';',$abc);
$a, $b = split(';',$abc);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using split
by Anonymous Monk on Jul 23, 2009 at 02:43 UTC | |
by ig (Vicar) on Jul 23, 2009 at 03:50 UTC | |
| |
|
Re: using split
by bichonfrise74 (Vicar) on Jul 23, 2009 at 04:52 UTC | |
|
Re: using split
by svenXY (Deacon) on Jul 23, 2009 at 06:58 UTC | |
|
Re: using split
by imrags (Monk) on Jul 23, 2009 at 04:52 UTC |