in reply to Hash value limits?

Are you sure it is being truncated exactly there? Try running this:

print "before: $value\n"; $hash{key} = $value; print "after: $hash{key}\n";

Replies are listed 'Best First'.
Re: Re: Hash value limits?
by djbiv (Scribe) on Jun 06, 2003 at 20:55 UTC
    ok sorry for the waste of time, I should have tried that before I posted... Regards,