Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        my ($out) = $ssh->cmd($hostdata{$host}{cmdtorun});
        print "$out\n";
    }
    
  2. or download this
    #!/usr/bin/perl -w
    # This code fragment demonstrates how to send an SMS text message to
    ...
    print "Sent\n";