Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Perl as interactive shell?

by haukex (Archbishop)
on May 13, 2017 at 16:36 UTC ( [id://1190200]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use IPC::Run3::Shell { fail_on_stderr=>1 }, qw/convert/;
    convert $img, '-auto-orient', '-resize', '300x300', $thumb;
    ...
    use IPC::Run3::Shell qw/gs/;
    gs({fail_on_stderr=>1,show_cmd=>1},
        '-o',$OUTPUT, '-sDEVICE=pdfwrite', ..., '-f',$INPUT);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 01:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found