in reply to
Re: Change Directory
in thread
Change Directory
Thanks, but I tried to do it with
source
via a shell script, like
# main
#! /bin/sh
source "./changeDir" ;
# file changeDir
cd a
But that didn't work, can you tell me why ?
Luca
Comment on
Re^2: Change Directory
In Section
Seekers of Perl Wisdom