Re: To upload file from client to Appache server (WNNT)

2002-08-03 Thread Dave K
Bruce, Connie's point is important. bruce2.pl shebang line (the first line in the script) must match your perl install because Apache uses it to determine what program to use to run the script. Also any references to files or folders in that script must be available on your server. I suspect t

Sort of questions about CGI

2002-08-03 Thread Connie Chan
1. Can remote user hide their REMOTE_ADDR and HTTP_REFERER? 2. What types of REQEUST_METHOD will CGI / CGI.pm handles ? I think just get and post. 3. How many enctypes here ? What I know is 2. Is that refer to CGI/1.1 or HTTP/1.1 or the browser? 4. When I pick up a form, would the line breaks

The size of a folder

2002-08-03 Thread Octavian Rasnita
Hi all, Is there a Perl function, or a module that can find out the size of a directory with all its files from all subdirectories? I know that I could use the system function to run a command line but I want to avoid this. Thank you. Teddy Center: http://teddy.fcc.ro/ Mail: [EMAIL PROTECTED]

Re: The size of a folder

2002-08-03 Thread Janek Schleicher
Octavian Rasnita wrote at Sat, 03 Aug 2002 15:43:46 +0200: > Is there a Perl function, or a module that can find out the size of a > directory with all its files from all subdirectories? > I know that I could use the system function to run a command line but I want > to avoid this. I don't know

Help Needed: Debugging web applications in perl+cgi+php+mysql on apache+ssl

2002-08-03 Thread Saurabh
Hello, I am not sure if this is the right mailing list to ask this question or not but I have exhausted all my resource (various search engines, including google, some newsgroups and various websites) and I could not find a convincing answer/solution to my question/problem. Pls direct me to t