Plan 9 from Bell Labs’s /usr/web/sources/contrib/gabidiaz/root/sys/src/cmd/perl/lib/bytes_heavy.pl
package bytes; sub length ($) { BEGIN { bytes::import() } return CORE::length($_[0]); } 1;