arc_of_descent has asked for the wisdom of the Perl Monks concerning the following question:
($record[0]->{bytes}, $record[1]->{bytes}) = get_bytes(2);
@tmp = get_bytes($num); for ($i=0;$i<scalar(@tmp);$i++) { $record[$i]->{bytes} = $tmp[$i]; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: variable list assignment
by thpfft (Chaplain) on Aug 03, 2002 at 12:01 UTC | |
by tantarbobus (Hermit) on Aug 03, 2002 at 19:52 UTC | |
by sauoq (Abbot) on Aug 05, 2002 at 04:01 UTC | |
|
Re: variable list assignment
by impossiblerobot (Deacon) on Aug 03, 2002 at 20:41 UTC | |
|
Re: variable list assignment
by mephit (Scribe) on Aug 03, 2002 at 19:15 UTC | |
|
Re: variable list assignment
by uri (Acolyte) on Aug 04, 2002 at 07:17 UTC | |
|
Re: variable list assignment
by Courage (Parson) on Aug 03, 2002 at 11:08 UTC | |
by arc_of_descent (Hermit) on Aug 03, 2002 at 11:11 UTC | |
by Courage (Parson) on Aug 03, 2002 at 11:17 UTC | |
|
Re: variable list assignment
by arc_of_descent (Hermit) on Aug 04, 2002 at 10:48 UTC |