compared with
Current by Derek Wood
on May 07, 2013 10:39.

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>; &ltUSERDB&gt;;
{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.