Re: weird characters

2002-04-04 Thread Stephan Tinnemeyer
Pedro, for upload and/or download of text files you should use ftp in text mode. This will convert the line endings automatically. Perl scripts are text files. Therefore, perl scripts always should be up- and downloaded in text mode. Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer

Re: URGENT

2002-03-07 Thread Stephan Tinnemeyer
or reading. Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Text input fields with preassigned text??

2002-03-01 Thread Stephan Tinnemeyer
*which* value attribute (i. e. of which field) you want to edit. Cheers Stephan +++ Please do not answer to this mail to my address as long as you do not want +++ to answer me off-list only -- I have subscribed! -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany --

Re: shebang line that works for multiple Perl binary locations

2002-01-29 Thread Stephan Tinnemeyer
nges have to be made. Therefore, I consider it not too important to have a shebang line that has not to be touched when the script is ported. Do you have a special need for a portable shebang line? Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubsc

Re: Return a ZIP file like this example with an image

2002-01-21 Thread Stephan Tinnemeyer
[EMAIL PROTECTED] wrote: > > But how to do it with a .zip file? > I've tried some different 'content-type' with no success... > Did you try 'application/zip'? Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To

Re: I just wanna dump a file to the browser as plain text

2002-01-08 Thread Stephan Tinnemeyer
27;. Maybe IE is happy when it founds a known extension and will not check the file's content then. This, of course, may not work - if at all - with every version and every platform. Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mai

Re: Need basic commands on perl programming

2001-12-07 Thread Stephan Tinnemeyer
You will find a good tutorial for the first steps in CGI-programming in Perl at http://www.lies.com/begperl/ Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: why wont images in webpages created with perl show up?

2001-12-05 Thread Stephan Tinnemeyer
ript's (Unix absolute) path is /var/www/cgi-bin/script.cgi and the image's path is /var/www/html/files/titlePic.gif then your HTML-relative path is ../html/files/titlePic.gif If the path of the script is another one the relative URI is another one too. Cheers

Re: Generating static HTML Pages

2001-12-05 Thread Stephan Tinnemeyer
heers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: "\n" in Perl

2001-12-05 Thread Stephan Tinnemeyer
Angelo, to make a new line in HTML you have to use the tag . New lines and spaces more than one are completely ignored. This is an HTML issue, so if you have more questions you may ask me off-list. Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe

Re: why wont images in webpages created with perl show up?

2001-12-05 Thread Stephan Tinnemeyer
ipts, styles and HTML) which are logically related into the same directory. This approach, however, may have some security issues other lister know better about than me. Anyway, some/most servers are configured not to allow to execute files outside of special directories. Cheers Stephan -- Dipl.-C

Re: Hoax filter

2001-12-04 Thread Stephan Tinnemeyer
already sent to a lot of people and the email addresses of her/his friends are (correctly) considered to be private. Somebody who sends hoaxes for being an a*** will cheat *every* filter.:=( Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e

Re: Hoax filter [was: Fwd: Fw: PLEEEEEEEASE READ!!!]

2001-12-04 Thread Stephan Tinnemeyer
uot;! *This* thread is ended. Thank you! -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: accessing yahoo mail through text mode/shell

2001-11-29 Thread Stephan Tinnemeyer
ou also have to register for a "service" which will send you advertising mail 1 - 3 times a week. POP access therefore is not really free with Yahoo. Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cache Question

2001-11-27 Thread Stephan Tinnemeyer
nd not from cache. The meta tag approach can also be employed in "static" html files which are not generated by scripts but updated very often - by scripts or by "hand". Therefore, this method can be used more generally and I do not see any disadvantages. Cheers Stephan --

Re: Cache Question

2001-11-27 Thread Stephan Tinnemeyer
Andrè, tell any caching proxy server not to cache the page by this line and tell the browser not to cache the page by this line in the header section of the page. Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e

Re: XML Header

2001-11-21 Thread Stephan Tinnemeyer
print "Content-type: text/xml\n\n"; -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IE5 vs NS4.5 question

2001-10-31 Thread Stephan Tinnemeyer
Donavon, read the messages on subject "CGI Login in IE but NOT Netscape". I sent this message to you directly too because I presume that you are subscribed to the digest - or do you simply never read threads others than your "own"?;=) Cheers Stephan -- Dipl.-Chem

Re: CGI Login in IE but NOT Netscape

2001-10-31 Thread Stephan Tinnemeyer
n HTML 4.0) because they can't afford something newer. I have to respect this. Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Auto-initialising a client-side download

2001-10-30 Thread Stephan Tinnemeyer
your visitors a link to http://www.aladdinsys.com/expander/ ) but although the free Expander software is available for Windows, Linux and Solaris too, you may have the problem again that IE (for Windows?) does not recognize this file type correctly. Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer

Re: Auto-initialising a client-side download

2001-10-24 Thread Stephan Tinnemeyer
Shannon, I think your main intention is to enforce the clients to download the file instead of just display the content. You may achieve this by compressing the file to e. g. zip-format. Compressed files always will be downloaded first and then expanded. Cheers Stephan -- Dipl.-Chem. Stephan

Re: Path of root directory on production server

2001-10-23 Thread Stephan Tinnemeyer
Minor bug: tom poe wrote: > > $pwd = `pwd`; > print "The Password is: $pwd\n"; > The Unix command "pwd" has nothing to do with passwords. It stands for "Path to Working Directory". Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20

Re: I want out, but I'm no idiot.

2001-10-22 Thread Stephan Tinnemeyer
ff the list. Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: I want out, but I'm no idiot.

2001-10-21 Thread Stephan Tinnemeyer
CTED] All this information - and a lot more - is sent to all of you once a week as "Weekly list FAQ posting" by Casey. If even this information did not help don't hesitate to mail me off-list. Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -

Re: Not working in Netscape, working in IE

2001-10-19 Thread Stephan Tinnemeyer
o that this "instance of a Netscape Navigator object" behaves normally with normal HTML. Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Free Mac Private Perl server

2001-10-18 Thread Stephan Tinnemeyer
course, will not substitute final tests with the working system. (E. g. Unix systems discriminate between upper and lower case characters - Windows and Mac do not; Unix uses '/', Windows '\' and Mac ':' for separating path elements etc.) Cheers Stephan Tinnemeyer --

flock()

2001-10-14 Thread Stephan Tinnemeyer
ripts simply never crash this way?;=) According to the documentation flock() works platform specific. So this is my environment: SuSe Linux 7.1 (Kernel 2.4.7), Apache 1.3.19. Perl 5.6. Experiences with other platforms, however, may also be useful. TIA Stephan -- Dipl.-Chem. Stephan Tinne

Re: Win32 & UNIX Webserver issue

2001-10-05 Thread Stephan Tinnemeyer
Win/Unix issue. Check the paths, at least the one to perl! Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MacPerl->WebCGI tip

2001-10-05 Thread Stephan Tinnemeyer
ecognize the Perl scripts as text files and switch to text mode automatically. This is, of course, not a Perl issue but a Macintosh issue. You may mail me off-list. Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTE

Re: processing/displaying data within

2001-09-28 Thread Stephan Tinnemeyer
I forgot: you have to translate the line breaks into . -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: processing/displaying data within

2001-09-28 Thread Stephan Tinnemeyer
Chad, try to set wrap=physical: Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: running commands on UNIX from a cgi

2001-09-26 Thread Stephan Tinnemeyer
Just a thought: These values may be still tainted. Do you use CGI.pm? -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to save and retreive form

2001-09-26 Thread Stephan Tinnemeyer
Does anybody not agree that this discussion is far far away from it's original issue by now? Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to save and retreive form

2001-09-26 Thread Stephan Tinnemeyer
t files in their special folders only on demand when you need them (for whatever purpose you want to have them). Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multiple script tags in HTML head

2001-09-26 Thread Stephan Tinnemeyer
Richard, instead of a string you give -src an array. If CGI.pm was aware of this it propably would produce HTML like this:

Re: running commands on UNIX from a cgi

2001-09-26 Thread Stephan Tinnemeyer
Just a thought: These values may be still tainted. Do you use CGI.pm? -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: structure of scripts (newbie Q)

2001-09-24 Thread Stephan Tinnemeyer
of the source code. Thanks Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: aanother simple question

2001-09-20 Thread Stephan Tinnemeyer
That's simple: Use 'eq' instead of '=='! Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

structure of scripts (newbie Q)

2001-09-20 Thread Stephan Tinnemeyer
interpreter jump through the script which should not enhance the performance. 2. Human beings have to jump through the script as well when they attempt to understand how the script is working. Can somebody give me a clue of the advantages of this structure? TIA Stephan -- Dipl.-Chem. Stephan