I\'m writing a script to clean up code which implicitly imports modules. I\'d like to change instances of use Foo; to use Foo qw( bar baz );
use Foo;
use Foo qw( bar baz );