Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2395957
  • 博文数量: 328
  • 博客积分: 4302
  • 博客等级: 上校
  • 技术积分: 5486
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-01 11:14
个人简介

悲剧,绝对的悲剧,悲剧中的悲剧。

文章分类

全部博文(328)

文章存档

2017年(6)

2016年(18)

2015年(28)

2014年(73)

2013年(62)

2012年(58)

2011年(55)

2010年(28)

发布时间:2015-11-11 02:21:09

While it is probably better to run a PSGI based server, than a CGI-based server it can be also very useful to learn how to write CGI scripts. Especially if you need to maintain one.This article will help you set up an Apache web server to run CGI scripts.Background start .........【阅读全文】

阅读(7602) | 评论(0) | 转发(0)

发布时间:2015-11-09 23:45:59

我们在通过文件句柄读取文件内容的时候,一般都是顺序读取的。其实 Perl 中提供了改变读取位置的方法,就是 seek 函数。seek 函数的使用方法是:seek FILEHANDLE,POSITION,WHENCE其中,position 代表偏移的字节数,whence 有三种选择,分别是SEEK_SET, 也就是 0,代表文件开头SEEK_CUR, 也就是 .........【阅读全文】

阅读(2170) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册