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
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
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