Dear Monks,
I am at my wits ends trying to resolve this problem. I have an alias in Red Hat linux (e.g. tt which translates into cd directoryname; pwd). Now when I execute this from within perl using either perl -e "system 'tt';" or perl -e "exec 'tt';" I don't get anything at all. However, from the shell, I get the name of the working directory. Any ideas what I am missing here? Thanks.
Alia(s)bused