prev <<
Using use
>> next
Conversion Module-Name - Filename
First we need a filename.
For that purpose the
::
are converted to
/
.
And
.pm
is appended.
In fact, those steps are taken by
require
,
But this is not the topic of this talk...
Data::Dumper
gets
Data/Dumper.pm
.