in reply to Re: Connecting two scripts
in thread Connecting two scripts

Alternatively change the line reading
open HG, '|second.pl';
to
open HG, '|perl second.pl';
Maybe this would work in windows too (no test environment here).

Replies are listed 'Best First'.
Re^3: Connecting two scripts
by madox (Novice) on Aug 15, 2007 at 17:26 UTC

    No no, both run ok but, can't know how take the input in the second script.

    thk