#!/usr/athena/bin/perl
@foo=("finger","oliver");
open(INFINGER,">/tmp/zipscout-incoming");
$pid=open2(INFINGER,STDOUT,STDERR, @foo);
