Archive for the ‘Programming’ Category

Perl and Python

Friday, August 22nd, 2008

Today I converted a simple Perl script of mine to Python.  It was pretty easy to do and a good introduction to Python.  The script is meant to run on Linux.  It prompts the user for a command and then runs the command on a list of remote servers and ...