package ProductIF; use strict; sub getValue{ die; } sub setValue{ die; } 1;