Computer ID

2001-04-19 Thread Steve Sotis
I'm saving client info on my servers to files I create with Perl scripts using filenames based on a combination of REMOTE_HOST and REMOTE_ADDR env vars. I realize I could have used cookies, but I did not want to deal with browsers that don't handle them and people that turn them off. The probl

Re: mybe not in topic: WAV and MP3

2001-04-19 Thread Tim Hammerquist
Kristofer Wolff wrote: > > Hi all interested in MP3, Hi. =) > to write an audio file in the wav format. But what is about MP3 as input ? > How do we can get the "raw" format out of an MP3 file-format ? any idea ? > any suggestion ? any hints ? I read the MP3 docs, but can't find anything, > ho

Re: suppress display of http header

2001-04-19 Thread Ron Grabowski
> $Response->Write("Content-Type: text/html\n" ) ; > $Response->Write( "Content-language: en\n" ) ; > $Response->Write( "\n" ) ; > > to send the html headers to the users's browser. > How can I send that without displaying it as a part of the web page? Set the content type in

suppress display of http header

2001-04-19 Thread Jim Doyle
I am using $Response->Write("Content-Type: text/html\n" ) ; $Response->Write( "Content-language: en\n" ) ; $Response->Write( "\n" ) ; to send the html headers to the users's browser. How can I send that without displaying it as a part of the web page? Thanks, Jim Doyle

Re: (no subject)

2001-04-19 Thread Ron Grabowski
> Works for me. I think Franz just wants to add some headers and footers. > I want to write some individuell text to the top or bottom of > that file. http://www.pdflib.com http://www.pdfzone.com The pdfLib package has a Perl interface which is really easy to use. You should be able to open

RE: (no subject)

2001-04-19 Thread Prohaska, Tim
Here is something you can try: Add text fields to your PDF file. (Must have full version of Acrobat) Export the fields to an FDF file. (From inside full version of Acrobat) Modify the FDF file (it's a text file) so that the PDF file reference is a URL for the PDF file on your server. Set your lin

Re: RE: Error in connecting to Oracle through IIS

2001-04-19 Thread Prasanna Gopalakrishna
I need to connect to Oracle Unicode database. I believe that connects only through 8.1.5 or 8.1.6 Any suggestions appreciated > > From: [EMAIL PROTECTED] > Date: 2001/04/19 Thu PM 12:37:00 EDT > To: [EMAIL PROTECTED], >[EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: RE: Error in connecti

RE: Error in connecting to Oracle through IIS

2001-04-19 Thread stanley . g . martin
We had numerous problems with the 8.1.5 driver here and we went back to 8.0.5. When 8.1.6 came out it was much better. Stanley G. Martin Midwest Consulting Group Sprint Platform & Strategy Mgmt 913.315.3133 [EMAIL PROTECTED] -Original Message- From: prasanna [mailto:[EMAIL PROTECTED

Error in connecting to Oracle through IIS

2001-04-19 Thread Prasanna Gopalakrishna
WIN-NT 4.0 Oracle 8.1.5 client IIS 4 Activestate perl 5.6.0 build 623 I can execute all other perl programs through IIS web server except connect to oracle data base. Surprisingly, I able to connect to database at command prompt. Anything to do at Web server configuration...? And I even cre

Re: (no subject)

2001-04-19 Thread Josh Reynolds
I just saw an announcement on freshmeat about a pdf module http://freshmeat.net/projects/text-pdf-api/ There's the link. I think it's still in the early stages though. Hope it helps you out. Josh - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,

(no subject)

2001-04-19 Thread Franz . Loebbers
Hello! I want to offer PDF-Files for download on my site. But before the download starts, I want to write some individuell text to the top or bottom of that file. Does anyone know how to manipulate PDFs? Is there an perl-module that achieves this? Thanx in advance Franz __