Hi Michael!
LWP::Simple steht bei mir in <perlroot>\lib\LWP\Simple.pm.
Bei mir (ActivePerl, verschiedene Builds) in <perlroot>\site\lib\LWP\Simple.pm.
Unter lib stehen nur die Standard modules, unter site/lib stehen die, die ActiveState ausserdem fuer ihre Distribution ausgewaehlt haben (meist von CPAN).
Der Doppelpunkt entspricht also offenbar einer Verzeichnisebene.
Ach wirklich? ;-) perldoc -f require: If EXPR is a bareword, the require assumes a .pm'' extension and replaces
::'' with ``/'' in the filename for you, to make it easy to load standard modules.
So lange