RE: Clearing Arrays

2004-01-28 Thread Chris Mortimore
Colin wrote: > subscribe to. I save all my emails into a database (1,000s so far) so > I can search back if I have a problem. I did not find any reference to The link for this list's archives is http://www.nntp.perl.org/group/perl.beginners/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Clearing Arrays

2004-01-28 Thread R. Joseph Newton
Support wrote: > Hi > I do not want to continue this thread to bag other users, but I do have a > number or perl books and it did take me some time to find out how to clear > an array. From the replies I got (and I thank those who did reply) > confirmed I was using ' @array=()' correctly. In the e

Re: Clearing Arrays

2004-01-14 Thread Owen Cook
On Wed, 14 Jan 2004, Support wrote: > confirmed I was using ' @array=()' correctly. In the end, I found the > problem that was giving me grief. This is a good forum to subscribe to. I > save all my emails into a database (1,000s so far) so I can search back if > I have a problem. If you have

RE: Clearing Arrays

2004-01-13 Thread Paul Kraus
D]; [EMAIL PROTECTED] > Subject: Re: Clearing Arrays > > > I thought this newsgroup was for beginners! > > > > > > > > > > > Ramprasad A > Padmanabhan To: > [EMAIL PROTECTED],

Re: Clearing Arrays

2004-01-13 Thread neill . taylor
cc: e.co.in> Subject: Re: Clearing

Re: Clearing Arrays

2004-01-13 Thread Ramprasad A Padmanabhan
Support wrote: Hi All I have this little memory blockage again. If I 'push' data from a database into an array to look/manipulate the data and then using the same array name, 'push' data into the array from another database, the data from the second DB file is added to the data of the first. How

Re: Clearing Arrays

2004-01-12 Thread Rob Dixon
Colin (Support) wrote: > > I have this little memory blockage again. > If I 'push' data from a database into an array to look/manipulate the data > and then using the same array name, 'push' data into the array from another > database, the data from the second DB file is added to the data of the >