in reply to Re: Re: Trying to learn how to build a module
in thread Trying to learn how to build a module

Objects have associated instance data as well as methods. This means that you can create many objects and they can each have a different set of data associated with them. In your example, each object could have a different name.

--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me

  • Comment on Re: Re: Re: Trying to learn how to build a module

Replies are listed 'Best First'.
Re: Re: Re: Re: Trying to learn how to build a module
by Yoda (Sexton) on Feb 02, 2001 at 20:30 UTC
    Thanks! You have been a lot of help.

    Yoda