Help for this page

Select Code to Download


  1. or download this
    ($stdout,$stderr,$exit) = $ssh -> cmd ("apt-get install anjuta");
    
  2. or download this
    the output is:Reading Package Lists...
    Building Dependency Tree...
    ...
      anjuta 
    0 packages upgraded, 1 newly installed, 0 to remove and 0  not upgrade
    +d.
    Need to get 0B/2633kB of archives. After unpacking 6955kB will be used
    +.
    
  3. or download this
    #!/usr/local/perl/bin/perl -w
    use Term::ReadKey;
    ...
        print "there was a failure updating $machine\n";
      }
    }