colwellj has asked for the wisdom of the Perl Monks concerning the following question:
$VAR1 = 'insert'; $VAR2 = [ { 'weight' => '', 'barcode' => '', 'flag' => '' } ]; $VAR3 = 'stream'; $VAR4 = [ { 'site' => [ { 'tosite' => '', 'runamt' => '', 'comboid' => '', 'minamt' => '', 'items' => [], 'tostream' => '' } ], 'maxsheet' => '', 'minsheet' => '', 'colour' => '', 'maxweight' => '', 'state' => {}, 'duplex' => '' } ]; $VAR5 = 'paper'; $VAR6 = '';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: fast 'copy' of array to array
by Anonymous Monk on Oct 29, 2009 at 05:48 UTC | |
|
Re: fast 'copy' of array to array
by SuicideJunkie (Vicar) on Oct 29, 2009 at 15:11 UTC | |
by colwellj (Monk) on Oct 29, 2009 at 22:23 UTC | |
|
Re: fast 'copy' of array to array
by frieduck (Hermit) on Oct 29, 2009 at 15:34 UTC |