Help for this page

Select Code to Download


  1. or download this
    open (PASSWORD, ">>/home/alex/public_html/.htpasswd") || die "Could no
    +t open password file";
    print PASSWORD "$_[0]:" . crypt($_[1], $_[0]) . "\n";
    close PASSWORD;