in reply to Perl module in a user local folder

Or, you name your "service" module properly,
by use Lib::Service.pm, then in your test perl script, you can call use Lib::Service
Infact, your Utest module should also be called Lib::UTest.pm.
Note that "::" is just like saying "Lib/UTest.pm" or "Lib/Service"
Hope this helps.

Replies are listed 'Best First'.
Re^2: Perl module in a user local folder
by niqola (Novice) on Jan 15, 2013 at 10:33 UTC
    Thank you for your answer. But Perl compains about syntax error with use Lib::Service.pm Maybe, i misunderstood something?