in reply to Re: Re: Re: shell cd within perl script
in thread shell cd within perl script

This is essentially the solution I've adopted. My perl script just creates shortcuts through a complicated directory structure. I'm running it like: cd `script.pl arg`

qq