On Tue, Feb 19, 2013 at 10:29 PM, Gerard Walschap <gwalsc...@cox.net> wrote: > I see. There is a .bashrc file in my home directory with the line > ------------- > source /Users/gerard/perl5/perlbrew/etc/bashrc > ------------- > So I guess installing perl did override my .profile, although I'm not sure > how. The "source" man page redirects to "built in". > > I'm not quite happy with the way perl installs itself, but at least now I > know how to remedy things. Thanks again, >
Nitpicking, but that's not how perl installs itself, that's how perlbrew installs & manages perl. If you don't like it, you could try installing perl manually by downloading the tarball & passing your own options to ./Configure, or by running ./Configure interactively. Admittedly those are a bit of a pain, but they'll give you the freedom to install perl in whichever way you want. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/