写第一个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) |