- or download this
#include <stdio.h>
main()
...
sleep(10);
return 0;
}
- or download this
#!/usr/local/bin/perl
use strict;
use warnings;
...
}
exit main();
- or download this
% perl -w system2.pl
return value = '2'
No error text!
...
STDERR: 'sh: Syntax error: word unexpected (expecting ")")
'
%