由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - [转载] Perl for programmers(3): file operation
相关主题
about http compression问一个土问题 关于 url
b2c网站架设Any other ways to add password protection on NT server?
Source code: Re: A very easy Question请教cgi程序问题
Apache (1): IntroductionPerl问题请教!!!
how to make a document downloadable?动态生成pdf一问
help with making a file downloadable on the sitePHP simple question
how to invoke cgi in html?网站跑不起来 (求助)
Re: 如果你只有client权限Re: 谁知道怎么用FrontPage做输入密码后才能流览的网页?批量下载mp3音频流文件最好用什么软件?
相关话题的讨论汇总
话题: file话题: perl话题: open话题: filename
进入BuildingWeb版参与讨论
1 (共1页)
s***k
发帖数: 23
1
【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: stock (Microsoft is dead), 信区: Programming
标 题: Perl for programmers(3): file operation
发信站: The unknown SPACE (Tue May 23 16:00:57 2000) WWW-POST
open(FILE1, "filename");#read from an existing file
open(FILE2, " open(FILE3, ">filename");#create and write to a file
open(FILE4, ">>filename");#append an existing file
open(FILE5, "|outputpipe");#setup an output filter
open(FILE6, "inputpipe|");#read from an existing file
1 (共1页)
进入BuildingWeb版参与讨论
相关主题
批量下载mp3音频流文件最好用什么软件?how to make a document downloadable?
Chrome Safari连接不上而firefox能连接上help with making a file downloadable on the site
error of create ASP.net project in Visual Studio 2013 (转载)how to invoke cgi in html?
如果python command line positional arguments 里有些是运算Re: 如果你只有client权限Re: 谁知道怎么用FrontPage做输入密码后才能流览的网页?
about http compression问一个土问题 关于 url
b2c网站架设Any other ways to add password protection on NT server?
Source code: Re: A very easy Question请教cgi程序问题
Apache (1): IntroductionPerl问题请教!!!
相关话题的讨论汇总
话题: file话题: perl话题: open话题: filename