Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^4: New error message in ActivePerl 5.22

by dhannotte (Acolyte)
on Dec 29, 2017 at 17:39 UTC ( [id://1206426]=note: print w/replies, xml ) Need Help??


in reply to Re^3: New error message in ActivePerl 5.22
in thread New error message in ActivePerl 5.22

Thanks for your great advice, soonix. I'm now working on installing, understanding and exploiting Strawberry. Since I don't get around much anymore I thought I'd just install the .MSI version of 5.10 but the installer issued the message "Installer is no longer responding" for an hour, so I had to give up. (I'll report this to them as soon as I have time to figure out their complicated reporting procedures.) So far I'm getting the same results whether I issue programname.pl or c:\perl programname.pl. In either case $] is set to 5.22, the version I'm trying to avoid. Is there any way my program can sense that it is running Strawberry Perl rather than ActiveState Perl?
  • Comment on Re^4: New error message in ActivePerl 5.22

Replies are listed 'Best First'.
Re^5: New error message in ActivePerl 5.22
by soonix (Canon) on Dec 29, 2017 at 22:05 UTC
    I use the "Portable editions". I see on the http://strawberryperl.com/releases.html page several 5.10 versions, some with and some without. The "portable" ones (e.g. Version 5.10.1.2) can be extracted to an arbitrary folder. There will be a "portableshell" Batch or CMD file which will give you a command prompt. As long as you call it from inside that special command prompt, it will find its own Perl version, even if you have several of them lying around. The ZIP edition seems to have the restriction that it must be extracted to C:\Strawberry, and you have to add it to the PATH manually.

    In all cases, modules have to be installed for each of these versions separately (if you use multiple versions)

    That said, you should look over your environment variables, anyway, because many installers add their software to the PATH, and let it there upon uninstallation, so that it might grow beyond its limit. This might cause errors similiar to the one you described.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-19 08:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found