dmazzini, unfortunately, alias variables don't show up with `echo $THISALIAS`...an alias is not an environmental variable. From a bash shell, you would get the alias by: "alias THISALIAS"...but, I can't seem to see an alias variable within a perl script.
travs69, fortunately, I have the ability to make these aliases environmental variables. However, I wanted to see if I could save a little work by accessing the "already there" alias variables.