GetOptions(
'help|?' => \$help,
'man' => \$man,
'v|verbose' => \$verbose,
'v|verbose+' => \$verbose,
'n|nomail' => \$nomail,
'max=s' => \$MAX,
'library=s' => \@branchcodes,
-