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

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