Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Launch terminal in MAC and PC

by aitap (Curate)
on Oct 30, 2014 at 18:34 UTC ( [id://1105666]=note: print w/replies, xml ) Need Help??


in reply to Launch terminal in MAC and PC

IPC::Open2 seems to work on Windows even with lists of arguments:
use IPC::Open2 'open2'; my @cmd = qw(perl -v); open2(my $read, my $write, @cmd) or die "[@cmd]: $!"; print while <$read>;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-26 00:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found