Help for this page

Select Code to Download


  1. or download this
    exec('/etc/init.d/networking restart');
    
  2. or download this
    my $output = `/etc/init.d/networking restart`;
    print $output;