Connecting Tech Pros Worldwide Help | Site Map

How to use Perl on Vista?

Newbie
 
Join Date: Jan 2009
Posts: 3
#1: Jan 3 '09
Hi everyone,
I have just began learning perl, and I am trying to download and
install it onto my Windows Vista computer. I downloaded
Activeperl, and I installed it, but when I try to save a document
as .plx, my computer doesn't know how to open it, and it asks
me if I would like to use my web service to find a program
to run it with. Does anyone have any Idea what I should do?
I am using this website as a tutorial for learning perl:
http://blob.perl.org/books/beginning...145_Chap01.pdf
KevinADC's Avatar
Expert
 
Join Date: Jan 2007
Location: Southern California USA
Posts: 4,091
#2: Jan 3 '09

re: How to use Perl on Vista?


Name the files with a .pl extension and see if that helps.
Newbie
 
Join Date: Jan 2009
Posts: 3
#3: Jan 3 '09

re: How to use Perl on Vista?


Ahhhhh, thank you very much, it worked out all good.
Newbie
 
Join Date: Jan 2009
Posts: 3
#4: Jan 3 '09

re: How to use Perl on Vista?


Oh, and how do I execute that command in command prompt?
Expert
 
Join Date: Sep 2007
Posts: 856
#5: Jan 3 '09

re: How to use Perl on Vista?


If you mean to run a Perl script from the prompt, type 'perl scriptname' where scriptname is the name of the script and you're in the folder where the script is located. To change file names from the prompt...I think that it's rename oldname newname, but I'm not sure.
Reply

Tags
opening script, perl