Lonita passed on this bit of poetry from PerlMonks:
open(LIFE,"life");
@mind=<LIFE>;
close LIFE;
unlink "life";
while($day=pop @mind)
{undef $day}
October 24, 2007 11:11 AM
Lonita passed on this bit of poetry from PerlMonks:
open(LIFE,"life");
@mind=<LIFE>;
close LIFE;
unlink "life";
while($day=pop @mind)
{undef $day}