معرفی شرکت ها


perl-Expect-Simple-0.04-alt1.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

wrapper around the Expect module
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p10
مخزن ALTLinux classic noarch
نام بسته perl-Expect-Simple
نام فایل بسته perl-Expect-Simple-0.04-alt1.noarch.rpm
نسخه بسته 0.04
انتشار بسته alt1
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu 18 Aug 2011 03
هاست سازنده malo-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://ftp.silvernet.ru/CPAN/authors/id/D/DJ/DJERIUS/
مجوز Artistic
حجم دانلود 9.0K
حجم نصب 9.682K
"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; @lines = split( "\n", $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.


نیازمندی

مقدار نام
- perl-Expect
- /usr/share/perl5
- perl(Expect.pm)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 0.040 perl(Expect/Simple.pm)
= 0.04-alt1 perl-Expect-Simple


نحوه نصب


نصب پکیج rpm perl-Expect-Simple:

    sudo apt-get install perl-Expect-Simple-0.04-alt1.noarch.rpm


فایل ها

مسیرها
/usr/share/perl5/Expect/Simple.pm


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2011-02-16

initial build for ALT Linux Sisyphus