in reply to Re^3: How to run a perl program from the Windows CMD?
in thread How to run a perl program from the Windows CMD?

You need to come to C:\> and then type perl -v for the perl script to run It should look like this: C:\>perl -v
  • Comment on Re^4: How to run a perl program from the Windows CMD?

Replies are listed 'Best First'.
Re^5: How to run a perl program from the Windows CMD?
by marto (Cardinal) on Apr 16, 2019 at 09:54 UTC

    This is not true, the mistake the user made was corrected years ago.