Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: How to incorporate Expect in Perl Script? OR Pass the password via perl script?

by Fletch (Bishop)
on Jul 13, 2022 at 10:48 UTC ( [id://11145474]=note: print w/replies, xml ) Need Help??


in reply to Re: How to incorporate Expect in Perl Script? OR Pass the password via perl script?
in thread How to incorporate Expect in Perl Script? OR Pass the password via perl script?

There’s also IPC::Run which will let you drive a subprocess while looking for responses with regexen.

And seconding being careful locking down what can be run especially something accessible via a web server. Might even consider a harder separation like maybe enqueuing requests that something else (not running as your httpd user) then runs with the elevated access separately (Minion, or dropping in a db, or a file in a directory monitored by something to run things, …).

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re^2: How to incorporate Expect in Perl Script? OR Pass the password via perl script?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-26 06:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found