Topic: [Guide][Script]Logins by Highscore
With this script, you can print an ordered list of accounts and the time of your last login, so you can see which account has not been used in a long time.
#Assign Permission to Execute
chmod +x logins.pl
#Run the script
./logins.pl
CONFIGURE
Add the location of your "users"
my $usersdir = "/home/diablo/var/users";