Perl 学习手札之一: introduction

本文介绍Perl编程语言的基础,包括先决条件、Perl语言概述、演示示例、下载安装ActiveState Perl最新版本的方法,以及Eclipse作为开发IDE时的EPIC安装指南。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 

1. prerequistites:

have a basic understanding of programming

should have experience writing working code in modern programming language:

  C, java, JSP, PHP, Python.

Use a system with Perl 5 installed.

  recommended: Perl 5.10.

have a text editor.

 

2. what is Perl?

Perl is a programming language.

it's interpreted.

it's designed for text processing.

it's a general-purpose, high-level language.

it has a simple and flexible syntax.

  there is more than one way to do it.

  "Swiss Army chansaw" of programming language.

perl is the interpreter for the Perl language.

 

3. demo:

in terminal: perl -v/ perl -V

perl hello.pl

source code:

#!/usr/bin/perl
use strict;
use warnings;

print "Hello, World!\n";

 

4. download from activestate.com and install the activeperl newest version.

 

5. when using eclips as develop IDE, we must install EPIC.

www.epic-ide.org



 

posted on 2011-12-01 01:21 韩英武 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/hanleilei/archive/2011/12/01/2269931.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值