in reply to Re^11: Strawberryperl (Portable) impossible install module
in thread Strawberryperl (Portable) impossible install module

When experimenting with CPAN modules, I sometimes create a git repository in my perl5/lib root. I can then easily switch between different versions and combinations of modules, and just throw away all the changes if I'm not satisfied with the results. (An example was described in my blog).

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^13: Strawberryperl (Portable) impossible install module
by Cow1337killr (Monk) on Jun 23, 2016 at 17:49 UTC

    I read your blog entry. That is an interesting war story.

    *****

    I Googled “git”; https://git-scm.com/ was the first result.

    I Googled “perl git”; http://perl5.git.perl.org/perl.git was the first result. Up in the upper right-hand corner, there was a git icon with a hyperlink to https://git-scm.com/.

    So, I guess that is the way to start learning and using git.