代码搜索:expect
找到约 2,529 项符合「expect」的源代码
代码结果 2,529
www.eeworm.com/read/433086/8548468
pl expect.pl
use Expect;
use strict;
use warnings;
sub readdata{
open(FILEHANDLE,"switch.txt")||die"can not open filename:$!";
my(@array)=;
chomp@array;
close(FILEHANDLE);
return(@array);
}
www.eeworm.com/read/375806/9349187
pod expect.pod
=head1 NAME
Expect.pm - Expect for Perl
=head1 VERSION
1.21
=head1 SYNOPSIS
use Expect;
# create an Expect object by spawning another process
my $exp = Expect->spawn($command, @params)
www.eeworm.com/read/375806/9349223
pm expect.pm
www.eeworm.com/read/463368/7182759
rar expect.rar
www.eeworm.com/read/435728/7786369
expect 01.expect
www.eeworm.com/read/146056/5740339
c expect.c
/* $Id: expect.c,v 1.16 2005/02/03 20:07:07 msoffen Exp $ */
/*
* Simple expect module for the STONITH library
*
* Copyright (c) 2000 Alan Robertson
*
* This library is free softw