Help for this page

Select Code to Download


  1. or download this
    perl -MCrypt::PasswdMD5 -wle'print unix_md5_crypt("password")'
    
  2. or download this
    #!/usr/bin/perl -wT
    use strict;
    use CGI::Carp qw/fatalsToBrowser warningsToBrowser/;
    use CGI qw/:standard/;
    $|++;