HatTemper has asked for the wisdom of the Perl Monks concerning the following question:

Hey, I'm new at Perl and I downloaded the ActivePerl5.8.9. I was thinking of using Padre as an IDE but it seems as if the version they are using is different. padre-on-strawberry-5.12.3.0-v5.exe I need to use the 5.8.9 Is there a way of making them work without problems? Thanks

Replies are listed 'Best First'.
Re: Can you use Padre and ActivePerl?
by bart (Canon) on Aug 22, 2011 at 21:08 UTC
    If you're new at Perl, then why have you downloaded an ancient version of ActivePerl?
Re: Can you use Padre and ActivePerl?
by cjb (Friar) on Aug 23, 2011 at 13:18 UTC
Re: Can you use Padre and ActivePerl?
by perl.j (Pilgrim) on Aug 22, 2011 at 23:00 UTC
    It should work if you put the two versions of Perl in separate directories. You could also just uninstall one Perl version and download the other, but I recommend the first choice.
    --perl.j
Re: Can you use Padre and ActivePerl?
by HatTemper (Initiate) on Aug 29, 2011 at 22:47 UTC
    Thanks guys