I'm new to ActivePerl. However, I need to using it on my new Windows 8.1.
I try to download both 5.26.1.2601 and 5.24.3.2404 (x64) to installed.
But when I run with file.pl and file.bat, it would be suddenly closed in few second.
Then I need to test with different Windows OS. I saved these files to my daughter's computer that is Windows 7 32-bit and surprise that all works very well just clicking.
I already set PATH to C:\Perl64\bin and C:\Perl64\site\bin but it still not working.
So, I doubt why problem occured on my Windows 8.1 and how to solved its?
Thank
I suspect you are running them by double-clicking them. This runs the program and immediately exits (losing all output) as soon as the program is done. For toy programs that's practically immediately.
What happens when you run the programs from a Command Prompt (or PowerShell) window?