1.lib method will be work with Strawberry Perl? Now I can't test this, because I can't use Windows for 2 days. I will be far away from it.
2.if I use this:
use lib 'my/mymodulespath';
then system @INC will be changed.
I want use my modules without changing global system variables. This modules need only for my program!
3. can I use some like next?
use mymodules/mymodule;