Home
:
Perl
:
Running Commands
Running Commands
$
exitcode
= system("
command line
");
$
stdout
= `
command line
`;
Last updated 27th April 2006, Peter Dziwior.