Help for this page

Select Code to Download


  1. or download this
    # solution 1
    use lib '/path/to/bar/parent/directory';
    use Bar;
    ...
        require "/path/to/bar/parent/directory/Bar.pm";
        Bar->import();
    }