Depende del sistema operativo. Cada uno lo hace de una forma distinta.
En mi Linux Mint es así:
Using perl Syntax Highlighting
#!/usr/bin/perl
system('service networking stop');
Coloreado en 0.002 segundos, usando
GeSHi 1.0.8.4
En mis servidores Debian, es así:
Using perl Syntax Highlighting
#!/usr/bin/perl
system('/etc/init.d/networking stop');
Coloreado en 0.001 segundos, usando
GeSHi 1.0.8.4
Naturalmente, solo el usuario
root puede hacerlo.