Help for this page
print "removing $_\n"; unlink;
print "removing $_: "; print unlink $_ ? "$!\n" : "ok\n";