package IteratorIF; use strict; sub next { die; } sub hasNext { die; } 1;