in reply to Re: Multiple Packages in a Module?
in thread Multiple Packages in a Module?
"use Foo; instructs Perl to look in its list of module directories for a file called Foo.pm."
It does a bit more than that. It also runs Foo->import() after loading Foo.pm.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Multiple Packages in a Module?
by haj (Vicar) on Jun 25, 2018 at 20:26 UTC |