I'm starting to get into OO programming with Perl and
have a question.

As I understand it with OO - you create an object and
then do something to it.

I have a list of values in an array and I wish to do
the same "something" to all of them.

Do I need to create an object for each value in the
array and then do something to all of them ?

Or can I create 1 object and do the "something" to all
the values from within that 1 object ? (if that makes
sense !)


Thanks,
Nathan

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to