in reply to Re^6: Serializing a large object
in thread Serializing a large object

# use PerlIO::gzip; # I just noticed I forgot this 'use' but it worked fine... how?

Because using ':gzip' causes perl to look for and load the appropriate module.