# mod.pm package mod; sub load { print(); print("loaded\n"); } load(); 1; __DATA__ some data