Help for this page
{ package Tester; ... delete @hash{qw( b c )}; print(join(' ', keys %hash), "\n"); }
DELETE b DELETE c a d