bulk88 wrote: > I cant grep up where 's' magic is created or the >vtable is used. 'S' magic on a hash gets magically converted into 's' magic on the hash's elements. It's a general pattern for case pairs in magic types, implemented by mg_copy() invoked by hash lookup code in hv.c. -zeframThread Previous | Thread Next