Hi,

I'm running Perl 5.6 on Solaris 2.6 and I'm having the following problem:

#!/usr/local/bin/perl

$pid = open (SCF, '|dtterm -name SCF');
sleep 10;
print SCF "ls\n";
close SCF;

As you can see I'm trying to pipe input to dtterm, but nothing happens.

Any help much appreciated,
Thanks,
Martin

Martin McNelis
Software Test Engineer
Tecnomen Ltd.

Phone: 061 - 702342
Mailto:[EMAIL PROTECTED]

Reply via email to