# This imports from Module and does the following renamings: # # foo => _foo # bar => _bar # hello => _baz_hello # world => _baz_world # use with_prefix Module => qw(foo bar =_baz_ this that);