Write ASP Web pages with PerlScript

Source: Internet
Author: User
Tags regular expression win32 install perl learn perl
Perl uses PerlScript to write ASP Web pages
Most of the ASP Web developers use VBScript to write ASP applications, and, of course, this is not the only option, you can also use JScript, or the perlscript you're going to introduce in this article.

PerlScript, unlike VBScript, is almost an oral language, it's written in a way that's closer to C, and if you're a UNIX administrator, it's no stranger to Perl, but in the Unix world, Perl users have a religious mania, very loyal, People are also usually very dismissive of MS Windows ' graphics interface, ha! But Thin's conscience is indeed a useful language, especially its ability to deal with files and the powerful features of Regular Expression, and if you are interested in learning more about Perl, you can visit www.perl.com this website!

Perl for Win32

Let's take a look at how to install Perl using Windows environment


Please download the Perl for Win32 to the www.activestate.com website
Please note! If you are using Windows 95/98 or Windows NT 4.0, you must first install MS Installer, and Windows 2000 is built
Mouse dot you download the Perl for Win32, you will see the most familiar installation of the spirit of the show, please press Next, next to the rights of the screen, it is inevitable that the Accept



Select the components you want to install and the path to install.





Select the options you want to install, and you can set the options to suit your needs, and after that, you can change it, for example, ISAPI Mapping, which you can set up in the main catalogue-> application in MMC.



The next step is to follow the example and follow the next
The first PerlScript

It's really simple to install an application in Windows environment, and it's not like playing Linux when it's really an installed belly fire! Ok! Now look at the first PerlScript, first on the file you have to tell ASP Engine which Script you want to use

<% @LANGUAGE = "PerlScript"%>
<%
My $name;
$name = "Taiwan";
$Response->write ("Hello, $name!");
%>

Ha! This is our first PerlScript, and of course this article is about how to install Perl for Win32, if you want to learn Perl, remember www.perl.com!

Hopefully this article will help you!




Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.