#!/usr/bin/perl ## Send response to standard output $ft = `./fortune wisdom`; print < $ft

END exit;