INSTALLATION
       Copy ssm to the appropriate directory on your system
       (/usr/local/bin). Copy ssm.1 to the appropriate man directory
       (/usr/local/man/man1).

       You must have Perl5 installed on your system.  ssm assumes
       Perl5  is in the directory /usr/local/bin. If not, modify
       the first line of the script to point to the Perl5 program.

       ssh and scp are assumed to be in the /usr/local/bin 
       directory. If this is different for  your  system,
       change the parameters in ssm at the beginning of the script.

                 $SSDIR  = '/usr/local/bin';

       ssm  uses  the  following  standard calls and assumes that
       they are in the /bin directory.

                 $List   = '/bin/ls -lF'.$A;
                 $Link   = '/bin/ln -fs';
                 $Mkdir  = '/bin/mkdir -p';
                 $Remove = '/bin/rm -rf';
