in reply to ActivePerl not working

I'm guessing you installed without sufficient rights to change the registry. Try getting Power User or Administrator rights and reinstalling. The behaviour you describes strongly suggests and incomplete install to me. After installation you should be able to do assoc on .pl files and get a binding to Perl, which itself should be bound to the perl interpreter.

E:\perl562-21256\perl\win32>(assoc .pl) && (ftype Perl) .pl=Perl Perl="E:\Perl\bin\perl.exe" "%1" %*

You can try using the same two commands to fix things up, but Perl should have done this for you.


---
demerphq

    First they ignore you, then they laugh at you, then they fight you, then you win.
    -- Gandhi


Replies are listed 'Best First'.
Re: Re: ActivePerl not working
by Anonymous Monk on Sep 24, 2003 at 18:08 UTC
    Thanks to all of you! It now works.