#!/usr/bin/perl
#use Mooix::Thing;
run sub {
	my $this=shift;
	my $field = shift or $this->usage("no field specified");

	unlink($field);
}
