use Foo ('x'); #### package Foo; use Bar ('x'); # this 'x' should not be hard-coded but set dynamically depending on what is passed to 'Foo'. 1;