my $strip = 0; GetOptions(striphtml => sub {striphtml(); $strip = 1}) main() unless $strip;