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

Thank you, but it says it's not a recognizable file :(
  • Comment on Re^2: How to run a perl program from the Windows CMD?

Replies are listed 'Best First'.
Re^3: How to run a perl program from the Windows CMD?
by tobyink (Canon) on Mar 06, 2014 at 22:44 UTC

    That perl isn't a recognizable file? Or test.pl isn't?

    If the former, are you sure that you've installed Perl correctly?

    use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name