in reply to Re: Need help getting Strawberry Perl (Windows version of Perl) to install and start
in thread Need help getting Strawberry Perl (Windows version of Perl) to install and start
Thanks all, problem is solved, I was not aware that the installer created C:\strawberry
My program C:\strawberry\test.pl holds --
printf "Hello world\n";
when I run test.pl I get --
C:\strawberry>perl test.pl
Hello world
|
|---|