Help for this page

Select Code to Download


  1. or download this
    my $word64;
    BEGIN {
    ...
      $word64 = 1 if $hw =~/x86_64|ia32e/;
    }
    use constant CRACKLIB => ($word64 ? "/usr/lib64/cracklib_dict" : "/usr
    +/lib/cracklib_dict");