Help for this page

Select Code to Download


  1. or download this
    #################################################################
    # Random Password Generator
    ...
    
    # Set The Random Password
    my $ranpwd = $alpha[rand @alpha],$number[rand @number],$number[rand @n
    +umber],$alpha[rand @alpha],$alpha[rand @alpha],$alpha[rand @alpha];
    
  2. or download this
    global symbol "$DICT_A" requires explicit package name @ 8
    global symbol "$DICT_N" requires explicit package name @ 9
    global symbol "$DICT_A" requires explicit package name @ 11
    global symbol "$DICT_N" requires explicit package name @ 12
    Execution of /ranpwd.pl aborted. due to compilation errors