BEGIN { $cond = whatever; } use if $cond < 0, 'Foo::Bar'; use if $cond == 0, 'Foo::Baz'; use if $cond > 0, 'Foo::Quux';