Hi all,
I have only used Perl on a Unix platform. I am trying to do something right now that would require me to use Perl on a Windows platform. I have downloaded Perl onto my machine and I am ready to go, but I very lost. I am trying to write a script that allows the user to enter a url. Once I have the url I need to use the text of the web page for various things. If I was doing this in a Unix environment I would use CGI and HTML::Template to get the text. How would I do this in a Windows environment?
Many thanks!!