Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: I am getting an error when executing an One of the Perl file.

by marto (Cardinal)
on Nov 17, 2022 at 09:48 UTC ( [id://11148210]=note: print w/replies, xml ) Need Help??


in reply to I am getting an error when executing an One of the Perl file.

Sounds like expect isn't installed on your system.

Replies are listed 'Best First'.
Re^2: I am getting an error when executing an One of the Perl file.
by Anonymous Monk on Nov 17, 2022 at 10:02 UTC

    How Can I install that expect. Can you please tell the Process

      You don't say which OS, for debian style sudo apt install expect, or whatever package manager your distro provides. How do I post a question effectively?.

      Update: For context, your perl script is calling an external program, expect, which you don't have on the system you're running the perl script on. Perhaps a more portable solution would be the cpan module Expect (to install cpan Expect).

        For Linux Operating System

      Download the Expect module from https://www.cpan.org

      Then execute below command,

      perl Makefile.PL make make test make install

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11148210]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-03-29 09:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found