Help for this page

Select Code to Download


  1. or download this
      my $cmd = "ssh $user\@$host /usr/bin/ls";
      warn "Executing '$cmd'";
      system ($cmd);