|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (1)
View Page History...
open(USERDB, '/etc/r1user') or die "Couldn't open location file: $!";
@userdb = <USERDB>; <USERDB>;
{code}
4. Next, you need to create a variable which reflects the r1users privilege to access backups ({color:blue}$r1user_ref{color}) and use a 'foreach' loop to check whether the $user is in the array.
4. Next, you need to create a variable which reflects the r1users privilege to access backups ({color:blue}$r1user_ref{color}) and use a 'foreach' loop to check whether the $user is in the array.
...