#!/usr/local/bin/perl open (LOG,">>/dat/gman.log"); while(<>) { print STDERR "$_"; } print `cat /home/wxk/src/gtk/gman.html`; close(LOG);