in reply to variable list assignment

Is this what you're looking for?

my @record = map { bytes => $_ }, get_bytes($num);

Impossible Robot