Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Packages, @INC and Namespace hierarchy

perl -V

@INC:
  C:/strawberry/test-perl/lib
  C:/strawberry/test-perl/site/lib
  C:\strawberry\perl\vendor\lib
  .

require Calc; - Calc.pm somewhere in @INC

require Math::Calc; - Math/Calc.pm somewhere in @INC

require Math::Calc::Clever; - Math/Calc/Clever.pm somewhere in @INC