Help for this page
use IPC::System::Simple qw( capture capturex ); my $foo = capture("shell command"); my $foo = capturex("program"); my $foo = capturex("program", @args);
use IPC::System::Simple qw( system systemx ); system("shell command"); systemx("program"); systemx("program", @args);