Here is the code i used:
use strict; my $word64 = 1; use constant CRACKLIB => (($word64 == 1) ? "/usr/lib64/cracklib_dict" + : "/usr/lib/cracklib_dict") ; print CRACKLIB ;
which prints /usr/lib/cracklib_dict
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |