package strictandwarnings; sub import { require strict; $^H = strict->import(); require warnings; ${^WARNING_BITS} = warnings->import(); }