Chinaunix首页 | 论坛 | 博客
  • 博客访问: 738291
  • 博文数量: 251
  • 博客积分: 10367
  • 博客等级: 上将
  • 技术积分: 2750
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-10 14:43
文章分类

全部博文(251)

文章存档

2009年(2)

2008年(86)

2007年(163)

分类:

2008-03-12 22:24:12

写第一个perl程序,还遇到一点波折,纪念一下

! /usr/bin/perl
print "Hello.world!\n";


[heixia@localhost perl]$ ./hello.pl
bash: ./hello.pl: 权限不够
[heixia@localhost perl]$ hello.pl
bash: hello.pl: command not found
[heixia@localhost perl]$ perl hello.pl
Hello.


从上面可以看出我写出,执行这第一个程序是多么不容易了吧
阅读(847) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~