http://www.perlmonks.org?node_id=1014781


in reply to Re: Module's name and file's name
in thread Module's name and file's name

Hello,

Thank you.

I know. That's why I use :

use MyModule;

That way, Perl finds the file "MyModule.pm".

But the the module's name is "HR" (as declared after "package"), not "MyModule".

I think that it messes up something.

I may be wrong.

What do you think ?

Thank you.

Replies are listed 'Best First'.
Re^3: Module's name and file's name
by Your Mother (Archbishop) on Jan 22, 2013 at 20:47 UTC
    I think that it messes up something.

    It messes up clarity for the hacker who inherits your code. :P