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

Re: Speeding up external command execution

by eye (Chaplain)
on Apr 13, 2014 at 21:53 UTC ( #1082165=note: print w/replies, xml ) Need Help??


in reply to Speeding up external command execution

Have you tried taking the command you ran from the shell and wrapping it in a minimal Perl script that is just a system() call?
#!/usr/bin/perl use strict; use warnings; system( '...' ); exit;

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2023-10-03 14:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?