On Wednesday 06 February 2002 04:53, Simon Glover wrote:
>  1. What should we do if the array contains strings of more than one type
>  and/or encoding? Clearly we need to do some kind of transcoding, but how
>  do we decide what to transcode to? I've had a look in strings.pod but it
>  doesn't seem to be terribly helpful on this point.

See http:[EMAIL PROTECTED]/msg08156.html
>
>  2. Will the elements of PerlArrays always be scalar values, or can they
>  be aggregates (like other PerlArrays for instance).

For PerlArrays, they should all be scalars, if scalars counts PerlScalar 
(PerlInt, PerlNum, et al) and PerlRef (or however we will handle references).
Of course, we may autoderefence so that it looks like a PerlArray holds 
PerlArray, but I believe it will still be restricted to scalar containership.

>
>  Simon

-- 
Bryan C. Warnock
[EMAIL PROTECTED]

Reply via email to