Help for this page
my $output = `perl the-script.pl`; print CLIENT $output;
#! /usr/bin/perl -w # server0.pl #-------------------- ... print CLIENT $output; close CLIENT; }