package byte; sub length ($) { return CORE::length($_[0]); } 1;