<steveco.1959@gmail.com> writes: > So how do you call it? > > If "perl foo.pl" calls the system perl, how do you call Citrus? > > Do you rename it, or give a fully resolved path name, or what exactly? TIMTOWTDI. You can use perlbrew, link in Citrus Perl, and configure it as default Perl. You can (sym)link it to /usr/local/bin, or so other location, and make sure that path is before /usr/bin in your PATH. You can put an explicit path in the #! line. I have an ~/bin directory that precedes all other directories in PATH. -- JohanThread Previous | Thread Next