Re: Out of memory while Inserting

2006-08-04 Thread Alexander Bluem
On Thu, 03 Aug 2006 19:04:12 -0500 J. Alejandro Ceballos Z. -JOAL- [EMAIL PROTECTED] wrote: I've created a perl routine that reads a RTF file, and while interpreting, it is storing the information on a Mysql database. It is like: while not EOF (read line, validate, db insert it) The

Convert utf-8 XML Document to ISO format

2006-08-04 Thread webmaster
Hi List, I'm trying really hard the last 2 days to get around the problem UTF-8 to ISO-8859-1 I receive a POST of an UTF-8 XML Document, declaration is okay, the document is send by a Windows Server. Now I have tried to convert the document to Latin1 (ISO-8859-1) by all the ways I can imagine,

Re: Convert utf-8 XML Document to ISO format

2006-08-04 Thread Mumia W.
On 08/04/2006 05:07 AM, [EMAIL PROTECTED] wrote: Hi List, [...] Hi Web. Maybe someone has a hint how to convert a XML::Simple document (by POST) in UTF-8 with the FLAG set on to a Simple LATIN1 document so that I can safe it into my latin1 table! Tanks for any help Ciao Thomas

unix top command through cgi

2006-08-04 Thread Denzil Kruse
I want to see the results of a top command through my web browser, but when I try this with my cgi script: my $output = `top`; print $output; I get this error: top: Unknown terminal VT100 in $TERM Is there a way to tell top which terminal i'm using? Or just get it to take a snapshot of the

Re: unix top command through cgi

2006-08-04 Thread Mike Williams
On 8/4/06, Denzil Kruse [EMAIL PROTECTED] wrote: I want to see the results of a top command through my web browser, but when I try this with my cgi script: my $output = `top`; print $output; I get this error: top: Unknown terminal VT100 in $TERM Is there a way to tell top which terminal i'm

Re: unix top command through cgi

2006-08-04 Thread Mumia W.
On 08/04/2006 04:36 PM, Denzil Kruse wrote: I want to see the results of a top command through my web browser, but when I try this with my cgi script: my $output = `top`; print $output; I get this error: top: Unknown terminal VT100 in $TERM Is there a way to tell top which terminal i'm