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
)' 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. > I did not find any reference to clearing arrays, hence my question to

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

Clearing Arrays

2004-01-14 Thread Support
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. I did not find any reference to clearing arrays, hence my question to this forum. Ch

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 >

Clearing Arrays

2004-01-12 Thread Support
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 can I clear th