RE: Doing some text parsing

2001-09-04 Thread Kaleb Murphy
for my $i(0 .. $#array) { my @data =~ split(//, $array[$i]); for my $j(0 .. $#data) { $data[$j];#This *should* be each character in that element of the first array. If someone has a better way to do this, please don't hesitate to correct me. } }

RE: Objects

2001-08-31 Thread Kaleb Murphy
-Original Message- From: Brett W. McCoy [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 10:30 AM To: Kaleb Murphy Cc: [EMAIL PROTECTED] Subject: Re: Objects On Fri, 31 Aug 2001, Kaleb Murphy wrote: > Could someone give me an example of an object that has an array as a d

Objects

2001-08-31 Thread Kaleb Murphy
Could someone give me an example of an object that has an array as a data member? Maybe a simple object and a simple method to return that array. Thanks, Kaleb -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]