Re: Sandboxing while I am learning

2011-09-01 Thread flebber
On Sep 1, 4:54 am, byu...@langly.dyndns.org ("Brian F. Yulga") wrote: > Marc wrote: > > Shawn, > > >> if you use perlbrew and local::lib you > >> can test different perl versions and then different environments. > > >    I haven't looked into local::lib yet.  What advantage does that give you > >

Re: Sandboxing while I am learning

2011-08-31 Thread Brian F. Yulga
Marc wrote: Shawn, if you use perlbrew and local::lib you can test different perl versions and then different environments. I haven't looked into local::lib yet. What advantage does that give you over a plain perlbrew install? Marc I haven't used local::lib very much

Re: Sandboxing while I am learning

2011-08-30 Thread Marc
Shawn, > if you use perlbrew and local::lib you > can test different perl versions and then different environments. I haven't looked into local::lib yet. What advantage does that give you over a plain perlbrew install? Marc -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For

Re: Sandboxing while I am learning

2011-08-30 Thread shawn wilson
On Tue, Aug 30, 2011 at 05:02, flebber wrote: > On Aug 29, 10:18 pm, flebber.c...@gmail.com (flebber) wrote: >> I have a new debian install and am continuing to learn perl. >> >> Whilst I know I should use perlbrew to keep my perl version separate >> from my system version is there anyway to sandb

Re: Sandboxing while I am learning

2011-08-30 Thread Marc
Rob, > The multiple cpan installations is not bad it is dangerous in my opinion. I > have seen people go white as a sheet of paper once they realized that they > where not on the test but on the production machine and they just executed an > rm -rf on the application server directory... > The r

Re: Sandboxing while I am learning

2011-08-30 Thread Rob Coops
On Tue, Aug 30, 2011 at 4:44 PM, Marc wrote: > Sayth, > > > So basically If I want to experiment and toy with different cpan apps > > and so forth I can without messing up my perl install. > > All you have to do is install cpanm for each version of Perl and > then you don't have to worry

Re: Sandboxing while I am learning

2011-08-30 Thread flebber
On Aug 29, 10:18 pm, flebber.c...@gmail.com (flebber) wrote: > I have a new debian install and am continuing to learn perl. > > Whilst I know I should use perlbrew to keep my perl version separate > from my system version is there anyway to sandbox the perlbrew > environments. > > So basically If I

Re: Sandboxing while I am learning

2011-08-30 Thread Marc
Sayth, > So basically If I want to experiment and toy with different cpan apps > and so forth I can without messing up my perl install. All you have to do is install cpanm for each version of Perl and then you don't have to worry about them stepping on each other. With cpan configured

Sandboxing while I am learning

2011-08-29 Thread flebber
I have a new debian install and am continuing to learn perl. Whilst I know I should use perlbrew to keep my perl version separate from my system version is there anyway to sandbox the perlbrew environments. So basically If I want to experiment and toy with different cpan apps and so forth I can w