in reply to Trying to learn but need help - thanks!

Greatbadaxe:

I'd suggest using a hash to do the User ID to name lookup. Read the documentation (perldoc -q hash at the command line) to get interesting bits of code to help you use hashes.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Replies are listed 'Best First'.
Re^2: Trying to learn but need help - thanks!
by Greatbadaxe (Initiate) on Jul 15, 2014 at 15:00 UTC
    Thank you for your reply Roboticus. I will look through and see if I can make any sense of it! -GB