package Foo::Bar; sub import { for (@_) { $Foo::Logging = 0 && next if $_ eq 'noLog'; $Foo::MyThing = 1 && next if $_ eq 'myThing'; } }