博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

hope_process

I think ,therefore I am.
  heixia108.cublog.cn

关于作者
    既然目标是地平线

   留给世界的只能是背影
   
|| << >> ||
我的分类


Hello,perl world!
写第一个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.


从上面可以看出我写出,执行这第一个程序是多么不容易了吧

发表于: 2008-03-12,修改于: 2008-03-12 22:24,已浏览199次,有评论0条 推荐 投诉


网友评论
 发表评论