The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

lookup.pl - Simple program to look up a user

SYNOPSIS

lookup.pl [options]

 Options:
  --help          Displays a brief help message
  --first[=NAME]  Look up a given first name
  --last[=NAME]   Look up a given last name

Both first and last are optional parameters, but at least one must be specified. You can use them together, though.

CAVEATS

This doesn't support e-mail lookups, though the module itself does. I was too lazy to write a file showing that functionality.