Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: Complete novice in need of guidance

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


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

++.

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.

Replies are listed 'Best First'.
Re^6: Complete novice in need of guidance
by Anonymous Monk on Oct 04, 2016 at 04:02 UTC

    :) 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://1173159]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-16 17:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found