Help for this page

Select Code to Download


  1. or download this
      'Author' => sub {
        return unless $_[1]->{ValidYN} eq 'Y';
        return "$_[1]->{ForeName} $_[1]->{LastName}";
      },