I am using perl with PerlBuilder2 on a Win 2000 machine. I would like to make use of DBI.pm to improve on the flat file databases I have been using. I have been trying to figure out how to install a Perl Module on my windows system and haven't had much luck - I'd love to know where to go to find out how to do this. Any suggestion?
I have also tried running perl from the command line prompt and can't figure out what is going on. I run perl.exe and get a dos window without any kind of prompt. If I type
% print "hello"; I get an error
typing anything without a leading % is ignored
typeing
% perl 'print"hello";' doesn't work either.
Any suggestions?
I have also tried running perl from the command line prompt and can't figure out what is going on. I run perl.exe and get a dos window without any kind of prompt. If I type
% print "hello"; I get an error
typing anything without a leading % is ignored
typeing
% perl 'print"hello";' doesn't work either.
Any suggestions?