Help for this page

Select Code to Download


  1. or download this
    UserID001|username1|password1|displayname1|
    UserID002|username2|password2|displayname2|
    UserID003|username3|password3|displayname3|
    ...
    
  2. or download this
    # Calling the subroutine
    ($usernamesRef,$passwordsRef,$displaynamesRef) = arrayToMultiHash (\@u
    +sers);
    ...
    
      return (@hashRefs);
    }