Re: Getting the web page language

2002-09-09 Thread Jimmy George
Hello Octavian embedded in the text that comes down to you in the header section - not shown of course when you view your email or web page is Content-Type: text/plain; charset="iso-8859-1" which means you are typing plain american english. The engines look for 'Content-Type" and decode t

Re: output pushing

2002-09-09 Thread Jimmy George
Hello Hytham and world That is a good question. But 'pushing' means you have to be able to FORCE html code into a clients machine - not just allow them to be able to look for it themselves. Exit browsing. Logon and become lost. cheers JimmyG @CUDAL -- To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Getting the web page language

2002-09-09 Thread Jimmy George
OOps folks That reply from me was completely wrong! SORRY. I was thinking of the character set as being part of the language it is being used in. Or at least I thought I was thinking. JimmyG @CUDAL -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: output pushing

2002-09-09 Thread tommy
Is this what your after: $|++; # put this near the top of your script HTH, TommyGun. -Original Message- >From : Jimmy George <[EMAIL PROTECTED]> To : Hytham Shehab <[EMAIL PROTECTED]> CC : [EMAIL PROTECTED] : 09 September 2002 08:43:10 Subject : Re: output pushing Hello Hytham and w

Sendback programs output as Perl/CGI

2002-09-09 Thread Bruce Ambraal
Hi all,   Could anyone assist with the following: Let me explain when running  exe below on your c: drive the program, pulls the two input text file and produce two outputfile. In addition the program the program display a screen output.   My request: 1) I want for this screen output to be se

Re: output pushing

2002-09-09 Thread Hytham Shehab
> Hello Hytham and world > > That is a good question. But 'pushing' means you have to be able to > FORCE html code into a clients machine - not just allow them to be able > to look for it themselves. Exit browsing. Logon and become lost. > > cheers > > JimmyG @CUDAL i don't get it, do u mean that

Fw: output pushing

2002-09-09 Thread Hytham Shehab
> $|++; this won't work man u didn't get my q, i need to push data into output without the need to recall the entire script to print the whole plus the new data, i want em to print only the new data. thx -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re[2]: Getting the web page language

2002-09-09 Thread denis klementjev
Hello Octavian, Monday, September 9, 2002, 4:39:26 AM, you wrote: OR> I am wondering how Google and Altavista search engines can find out the OR> language used in a web page. OR> I can see that they can find the pages written in Romanian language, for OR> example, even though the header of the f

Fwd: Fw: output pushing

2002-09-09 Thread brad
Hytham,  try cpan.org search CGI::state this might help Brad -Original Message- From: "Hytham Shehab" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Mon, 9 Sep 2002 14:31:44 +0300 Subject: Fw: output pushing > $|++; this won't work man u didn't get my q, i need to push data int

return c++ output to cgi/html page

2002-09-09 Thread Naomi Arries
Could anyone assist me with the following: Let me explain when running exe some program on my c: drive the program, pulls the two input text file and produce two outputfile. In addition the program then display a screen output[see attachment. My request: 1) I want for this screen output to be s

renaming uploaded file name

2002-09-09 Thread Naomi Arries
Hi All, When uploading a file (say c:\input.txt)to my appache server upload directory directly on the c: drive) to the upload directory on the server then that file gets uploaded to with the name(say C__input.txt) on the sever(see upload3.pl). someone suggested I should try the fileparsing opt

Re: renaming uploaded file name

2002-09-09 Thread Janek Schleicher
Naomi Arries wrote at Mon, 09 Sep 2002 15:20:11 +0200: > When uploading a file (say c:\input.txt)to my appache > server upload directory > directly on the c: drive) to the upload directory on the > server then that file gets uploaded to with the name(say > C__input.txt) on the sever(see upload3.

Re: Getting the web page language

2002-09-09 Thread Kevin Meltzer
Hi, Just to clarify... ISO-8859-1 is not 'Plain American English'. The charset for that is US-ASCII. ISO-8869-1 is extended ASCII (Latin1), and covers glyphs from most Western European languages. ( French (fr), Spanish (es), Catalan (ca), Basque (eu), Portuguese (pt), Italian (it), Albanian (sq)

Re: return c++ output to cgi/html page

2002-09-09 Thread david
Naomi Arries wrote: > Could anyone assist me with the following: > Let me explain when running exe some program on my c: > drive the program, pulls the two input text file and > produce two outputfile. > In addition the program then display a screen output[see > attachment. > > My request: > 1

Display program output to HTML/CGI page

2002-09-09 Thread Naomi Arries
Hi all, Could anyone assist with the following: Let me explain when running a program on my c: drive the program, produce two outputfiles. In addition the program then display a screen output[see the attachment]. My request is: 1) I want for this screen output to be send back to the user by C

retain same file name when uploading

2002-09-09 Thread Naomi Arries
I have noticed that when uploading a file (say c:\input.txt) to the upload directory on my apache server then that file gets uploaded with another name( C__input.txt. See below the script called upload.pl. Could you someone modify it such that the same name remain consistant during (client t

RE: retain same file name when uploading

2002-09-09 Thread Camilo Gonzalez
Naomi, The purpose of this list is not for us to write programs for you but to help you overcome any specific problems you may have. Please post specifically what you think the problem(s) are and the kind Perl gurus here will be all too happy to assist you. -Original Message- From: Naomi

RE: Display program output to HTML/CGI page

2002-09-09 Thread Bob Showalter
> -Original Message- > From: Naomi Arries [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 3:36 PM > To: [EMAIL PROTECTED] > Subject: Display program output to HTML/CGI page > > > Hi all, > > Could anyone assist with the following: > Let me explain when running a program o

RE: retain same file name when uploading

2002-09-09 Thread Bob Showalter
> -Original Message- > From: Naomi Arries [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 3:42 PM > To: [EMAIL PROTECTED] > Subject: retain same file name when uploading > > > I have noticed that when uploading a file (say > c:\input.txt) > to the upload directory on my apa

Re: retain same file name when uploading

2002-09-09 Thread Christopher G Tantalo
Camilo Gonzalez wrote: > Naomi, > > The purpose of this list is not for us to write programs for you but to help > you overcome any specific problems you may have. Please post specifically > what you think the problem(s) are and the kind Perl gurus here will be all > too happy to assist you. Cam

RE: retain same file name when uploading

2002-09-09 Thread Camilo Gonzalez
Nevermind. -Original Message- From: Christopher G Tantalo [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 3:11 PM To: Camilo Gonzalez Cc: 'Naomi Arries'; [EMAIL PROTECTED] Subject: Re: retain same file name when uploading Camilo Gonzalez wrote: > Naomi, > > The purpose of t

Re: retain same file name when uploading

2002-09-09 Thread Naomi Arries
See Bob, I am attempting to activate my c++ program(on my server) from client within the same LAN. This program pulls a data file called c:\input.txt, that is with in the program this directory are refereced as c:\input.txt. This input.txt file is a flat file of data that I intend to send to th

RE: retain same file name when uploading

2002-09-09 Thread Bob Showalter
> -Original Message- > From: Naomi Arries [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 4:18 PM > To: Bob Showalter > Cc: [EMAIL PROTECTED] > Subject: Re: retain same file name when uploading > > > See Bob, > > I am attempting to activate my c++ program(on my server) >

Indexing multiple records for potential updates

2002-09-09 Thread Maureen E Fischer
Hello, I'm working on a Perl CGI program that must update A mysql database. The user enters key information that Is used to display zero to many records. Then the user Can update or delete any number of records displayed. I sucessfully displayed multiple records and have output Them su