>>>>> "PRL" == Perl6 RFC Librarian <[EMAIL PROTECTED]> writes:

PRL>    %DataHash = unpack $mypic, $SomePackedCobolData;

Does it unpack it into the hash? Or does it keep a pointer into
the original structure?

What happens when a new key is added to the hash?

What happens if the underlying structure is overlayed?

        sysread(FOO, $SomePackedCobolData, $length);
        %DataHash = unpack $mypic, $SomePackedCobolData;
        sysread(FOO, $SomePackedCobolData, $length);

<chaim>
-- 
Chaim Frenkel                                        Nonlinear Knowledge, Inc.
[EMAIL PROTECTED]                                               +1-718-236-0183

Reply via email to