Help for this page

Select Code to Download


  1. or download this
    my $output = `perl the-script.pl`;
    print CLIENT $output;
    
  2. or download this
    #! /usr/bin/perl -w
    # server0.pl
    #--------------------
    ...
        print CLIENT $output;
        close CLIENT;
    }