What is used htpasswd for?

2002-06-02 Thread Octavian Rasnita
Hi all, Please tell me what is used the htpasswd program for. I've seen that if I try to create a password file with the same password and the same username, it creates different crypted passwords. I've tried to use some switches to see if it works fine with some of them but with the same result

The size of the uploaded file

2002-06-02 Thread Octavian Rasnita
Hi all, I've seen for more times that it is not recommended to upload big files with a web form. I know that if the connection brokes down, the file will be probably lost, but are there any other problems? I would like to make a form for uploading big files on my server. Not for the public, but

about awk 2 perl

2002-06-02 Thread Chang Ming Huei
Hi all: I want to use perl to do something like a awk script as following: cat file.txt | awk '{print $1,$2}' How can I do it ?