Re: [Perl-unix-users] .htpasswd question

2001-02-28 Thread $Bill Luebkert
Allen Jones wrote: > > I am writing a script that will need to add user to a protected section on > our unix server. I'm curious as the formats you can use when adding a user > to the .htpasswd file. > > What characters can be used, and what character cannot be used in the > username and in the

[Perl-unix-users] .htpasswd question

2001-02-28 Thread Allen Jones
I am writing a script that will need to add user to a protected section on our unix server. I'm curious as the formats you can use when adding a user to the .htpasswd file. What characters can be used, and what character cannot be used in the username and in the password? I've looked all over fo

RE: [Perl-unix-users] Memory Leaks, I've sprung a memory Leak

2001-02-28 Thread Martin Moss
Thanks very much to the useful advice I had from the two lists, here's the current situation + code. Having spent most of yesterday in debugging mode it looks like the culprit is the MIME::Entity object. This Object ($entity) is NOT being destroyed when it goes out of scope, however I could not f