Help for this page

Select Code to Download


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