Lonewolf wrote: > > I am wanting to write a script to handle a few things > 1. decrypt an encrypted password
Passwords are normally encrypted with a one-way hash. In other words they are not designed to be decrypted. > 2. create new directory perldoc -f mkdir > 3. put .htaccess file into the new directory http://search.cpan.org/search?dist=Apache-Htaccess > 4. allow file upload perldoc CGI > and subsequent unzip of files into the new directory http://search.cpan.org/search?dist=Archive-Zip > 5. email to admin of the creation and subsequent events perldoc Net::SMTP http://search.cpan.org/search?mode=module&query=mail HTH John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]