Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Complete novice in need of guidance

by stevieb (Canon)
on Oct 03, 2016 at 13:52 UTC ( [id://1173152]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Complete novice in need of guidance
in thread Complete novice in need of guidance

"To all beginners, you don't need these extras, they're just extras to save a few keyboard strikes ... for a very very small amount of perl developers ( less than %1 )"

I'd like to know where you got your 1% statistic from :) I believe they do far, far more than just save a few "keyboard strikes"... they help prevent you from hosing your system's Perl, and in some cases, your system itself.

I know more people who use perlbrew than I know that don't...

  • Comment on Re^3: Complete novice in need of guidance

Replies are listed 'Best First'.
Re^4: Complete novice in need of guidance
by Anonymous Monk on Oct 03, 2016 at 16:10 UTC
    I tend to agree. It's unnecessarily difficult to set up perl so you can install modules in a sane manner. That said, you don't really need any 'brews until you're ready to start installing modules.

      ++.

      To further that, both perlbrew and berrybrew allow you to make copies of instances, so that you can do this:

      berrybrew install 5.24.0_64 berrybrew switch 5.24.0_64

      ... do a whole bunch of stuff, install all of your favourite modules etc, then:

      berrybrew clone 5.24.0_64 configured_perl_template

      ... do more stuff on the 5.24.0_64 instance, and break it horribly, then:

      berrybrew remove 5.24.0_64 berrybrew clone configured_perl_template dev_instance_1 berrybrew switch dev_instance_1

      Then break this instance, re-clone the template again, and you start with a 100% configured instance to your liking repeatedly.

      That example was berrybrew, but perlbrew has the same functionality. I wrote clone into berrybrew so I could have separate instances, pre-configured, to separate development testing, and for keeping separate projects separate, under custom named instances.

        :) all so silly

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1173152]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 13:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found