Re: Out of memory, HTML::TableExtract

2011-01-27 Thread C.DeRykus
On Jan 27, 3:29 am, jinstho...@gmail.com (Jins Thomas) wrote: > On Thu, Jan 27, 2011 at 4:44 PM, C.DeRykus wrote: > > On Jan 26, 11:28 pm, jinstho...@gmail.com (Jins Thomas) wrote: > > > > Hi DeRykus > > > > Sorry for replying late. > > > > I was able to  test DB_File with your example, thanks. Bu

Re: Out of memory, HTML::TableExtract

2011-01-27 Thread Jins Thomas
On Thu, Jan 27, 2011 at 4:44 PM, C.DeRykus wrote: > On Jan 26, 11:28 pm, jinstho...@gmail.com (Jins Thomas) wrote: >> > > Hi DeRykus > > > > Sorry for replying late. > > > > I was able to test DB_File with your example, thanks. But i'm facing > > a problem. I'm not able to access multi dimension

Re: Out of memory, HTML::TableExtract

2011-01-27 Thread C.DeRykus
On Jan 26, 11:28 pm, jinstho...@gmail.com (Jins Thomas) wrote: > Hi DeRykus > > Sorry for replying late. > > I was able to  test DB_File with your example, thanks. But i'm facing > a problem. I'm not able to access multi dimensional array with this > DB_File. Address is being stored just a string.

Re: Out of memory, HTML::TableExtract

2011-01-26 Thread Jins Thomas
Hi DeRykus Sorry for replying late. I was able to test DB_File with your example, thanks. But i'm facing a problem. I'm not able to access multi dimensional array with this DB_File. Address is being stored just a string. Do we have some options where we can access multi dimensional arrays (like

Re: Out of memory, HTML::TableExtract

2011-01-07 Thread C.DeRykus
On Jan 5, 10:56 pm, jinstho...@gmail.com (Jins Thomas) wrote: > Hi experts, > > Have you ever experienced Out of memory problem while using > HTML::TableExtract. I'm having little large html files, still i didn't > expect this to happen > > Would you be able to suggest some workarounds for this. I'

Re: Out of memory, HTML::TableExtract

2011-01-06 Thread C.DeRykus
On Jan 5, 10:56 pm, jinstho...@gmail.com (Jins Thomas) wrote: > Hi experts, > > Have you ever experienced Out of memory problem while using > HTML::TableExtract. I'm having little large html files, still i didn't > expect this to happen > If the html files are really big, HTML::TableExtract might

Re: Out of memory, HTML::TableExtract

2011-01-06 Thread Parag Kalra
> Maybe because you aren't closing each file after you have done your thing > and it remains in memory? Well I may be wrong but I think since he is using same file handler for each file, new instance is over writing the older one so all files cannot remain opened and hence cannot be in memory. I

Re: Out of memory, HTML::TableExtract

2011-01-06 Thread Robert
Maybe because you aren't closing each file after you have done your thing and it remains in memory? On 2011-01-06 02:26:13 -0500, Jins Thomas said: --0016364270585953cf049927ffd4 Content-Type: text/plain; charset=ISO-8859-1 Hi experts, Have you ever experienced Out of memory problem whi

Out of memory, HTML::TableExtract

2011-01-05 Thread Jins Thomas
Hi experts, Have you ever experienced Out of memory problem while using HTML::TableExtract. I'm having little large html files, still i didn't expect this to happen Would you be able to suggest some workarounds for this. I'm using this subroutine in another for loop. sub zParseHTMLFiles ($$) {