use IPC::System::Simple qw( system systemx ); system("shell command"); systemx("program"); systemx("program", @args);