Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Capture STDOUT and send to screen with open3

by haukex (Archbishop)
on Mar 05, 2018 at 17:18 UTC ( [id://1210364]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Capture STDOUT and send to screen with open3
in thread Capture STDOUT and send to screen with open3

Capture::Tiny is not available for install w/o cpan on Oracle Linux

You don't need cpan, does the manual installation procedure not work?

$ wget http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Capture-Ti +ny-0.46.tar.gz $ tar zxvf Capture-Tiny-0.46.tar.gz $ cd Capture-Tiny-0.46 $ perl Makefile.PL $ make $ make test $ make install

Or perhaps cpanm:

$ curl -L https://cpanmin.us | perl - App::cpanminus $ cpanm Capture::Tiny

Replies are listed 'Best First'.
Re^4: Capture STDOUT and send to screen with open3
by computergeek (Novice) on Mar 05, 2018 at 18:13 UTC
    Doesn't matter. I will not always have root access. If sysadmin cannot install with yum I have no chance. And they may not even be willing to use yum. Some sysadmin are base installs and that's it.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-03-28 08:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found