#The command used to make the destination directories. #If your mkdir does not support -p (parents), #try mkdirhier (mkdirhier comes with imake) MKDIR="mkdir -p"; #The location of your perl binary. #Another common location is /usr/local/bin/perl #Try running which perl if you do not know where you binary is located PERL="/usr/bin/perl"; #Where you want everything installed to. #Actually, to the sub-directories, bin, doc, lib and man of this directory PREFIX="/usr/local"; #STOP! You're all done. Save this file and at the prompt type: #./install.sh #For internal use only VERSION="0.03";