Against that C program it prints "Is a tty!".#!/usr/bin/perl use Expect; my $exp = Expect->spawn('./test', undef) or die "Cannot spawn ./test.pl $!\n"; print $exp->expect;
In reply to Re: Re: Valid tty problem
by devslashneil
in thread Valid tty problem
by devslashneil
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |