Hello,
i tried to update Strawberry Perl naively yesterday.
I downloaded the latest version of Strawberry Perl, clicked "Install",
and guessed : "Either it's going to work, or it's going to tell me in
advance that it's not going to work". It didn't give me any warning,
seemed to install properly, and now at least "use" (and maybe more)
doesn't work anymore. And thus nor my programs nor cpan work.
Show quoted text
> perl -e "print 'Hello'"
works properly.
But
Show quoted text> perl -e "use Data::Alias; print 'Hello'"
crashes.
And whether i try to call
Show quoted text> cpan
or any of my scripts, a window opens and tells me :
"perl.exe has encountered a problem and needs to close. We are sorry for
the inconvenience."
I'm on Windows XP. My previous version of Perl was v5.12.3, and the one
i tried to install is v5.16.2 (which is what is now indicated when i do
"perl -v").
I started a thread on PerlMonks to get some help. It's here :
http://perlmonks.org/?node_id=1008227