Help for this page

Select Code to Download


  1. or download this
    ssh->cmd("cd /test");
    ssh->cmd("ls -lrt");
    
  2. or download this
    use Term::ReadKey;
        ReadMode('raw');
        $ssh->shell;
        ReadMode('restore');