BEGIN { unless (eval {require bytes}) { $INC{'bytes.pm'} = 1; eval "sub bytes::unimport{ undef }"; # 5.00503 doesn't inherit UNIVERSAL::unimport } } use bytes; # always works no bytes; # also always works ;-)