Help for this page
exec('/etc/init.d/networking restart');
my $output = `/etc/init.d/networking restart`; print $output;