in reply to Re^2: Path to my modules
in thread Path to my modules

then system @INC will be changed.
I want use my modules without changing global system variables.

The @INC array isn't global to the system, but rather local to every Perl program. So, no worries. And yes, it works with Strawberry, too.