[Quoting matt, on November 27 2000, 15:44, in "Re: ID Request"]
> The module has functions for getting the local system size of
> various elements. In all, the module is used to get the byte size of a
> pack format string for use with a read statement. The working name of
> the module is sizeof.pm using the first level name space of sizeof.
> While this is fine for the work in progress version, i was wondering is
> there was a better place.
sizeof is impossible, since all-lowercase names are reserved for
pragma's.
What does this 'sizeof.pm' do beyond the scope of 'length(pack(...))'?
-- Johan