代码搜索: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/7786362

expect 01.expect

0df1847ec72b1683956389cca2477d8e
www.eeworm.com/read/435728/7786366

expect 02.expect

hello
www.eeworm.com/read/435728/7786368

expect 03.expect

hello world
www.eeworm.com/read/435728/7786369

expect 01.expect

www.eeworm.com/read/331141/12846543

html expect.html

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