leegold2
Technical User
- Oct 10, 2004
- 116
Hi,
I've been searching for answers.
From a wxPerl program:
use Wx;
package MyApp;
use base 'Wx::App';
What is difference between a module and a package?
What exactly is MyApp? It's a package but I can't find any documentation on it.
Tried to find info in "use base" but no simple explainations. What does "use base" do?
Thanks
I've been searching for answers.
From a wxPerl program:
use Wx;
package MyApp;
use base 'Wx::App';
What is difference between a module and a package?
What exactly is MyApp? It's a package but I can't find any documentation on it.
Tried to find info in "use base" but no simple explainations. What does "use base" do?
Thanks