I've downloaded and installed strawberry perl on to my new vista PC. to make sure it was working OK I made the:
#!usr/bin/perl
print ("Hello, world"\n);
program. but every time I run it in my command prompt i just get
'program.pl' is not recognized as an internal or external command, operable program or batch file. "
can anyone help me to get perl working on stupid vista??
vista is saving my program as program.pl.txt but i can't work out how to make it just save as program.pl??
#!usr/bin/perl
print ("Hello, world"\n);
program. but every time I run it in my command prompt i just get
'program.pl' is not recognized as an internal or external command, operable program or batch file. "
can anyone help me to get perl working on stupid vista??
vista is saving my program as program.pl.txt but i can't work out how to make it just save as program.pl??