1*b39c5158Smillertpackage Dev::Null; 2*b39c5158Smillert 3*b39c5158Smillertuse strict; 4*b39c5158Smillert 5*b39c5158Smillertsub TIEHANDLE { bless {}, shift } 6*b39c5158Smillertsub PRINT { 1 } 7*b39c5158Smillert 8*b39c5158Smillert1; 9