SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Expect-Simple rpm build for : openSUSE Tumbleweed. For other distributions click perl-Expect-Simple.

Name : perl-Expect-Simple
Version : 0.40.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.4 Date : 2011-01-19 14:47:51
Group : Unspecified Source RPM : perl-Expect-Simple-0.40.0-1.4.src.rpm
Size : 0.04 MB
Packager : (none)
Summary : Wrapper around the Expect module
Description :
\'Expect::Simple\' is a wrapper around the \'Expect\' module which should
suffice for simple applications. It hides most of the \'Expect\' machinery;
the \'Expect\' object is available for tweaking if need be.

Generally, one starts by creating an *Expect::Simple* object using *new*.
This will start up the target program, and will wait until one of the
specified prompts is output by the target. At that point the caller should
*send()* commands to the program; the results are available via the
*before*, *after*, *match_str*, and *match_idx* methods. Since *Expect*
simulates a terminal, there will be extra \'\\r\' characters at the end of
each line in the result (on UNIX at least). This is easily fixed:

($res = $obj->before) =~ tr/\\r//d;
AATTlines = split( \"\
\", $res );

This is *not* done automatically.

Exceptions will be thrown on error (match with \'/Expect::Simple/\'). Errors
from *Expect* are available via the *error_expect* method. More human
readable errors are available via the *error* method.

The connection is automatically broken (by sending the specified disconnect
command to the target) when the *Expect::Simple* object is destroyed.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Tumbleweed/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Expect-Simple-0.40.0-1.4.noarch.rpm
     

Provides :
perl(Expect::Simple)
perl-Expect-Simple

Requires :
perl(:MODULE_COMPAT_5.40.0)
perl(Expect)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/Expect
/usr/lib/perl5/vendor_perl/5.40.0/Expect/Simple.pm
/usr/share/doc/packages/perl-Expect-Simple
/usr/share/doc/packages/perl-Expect-Simple/ChangeLog
/usr/share/doc/packages/perl-Expect-Simple/Changes
/usr/share/doc/packages/perl-Expect-Simple/README
/usr/share/licenses/perl-Expect-Simple
/usr/share/licenses/perl-Expect-Simple/LICENSE
/usr/share/man/man3/Expect::Simple.3pm.gz

 
ICM