open(FILE, " ") question

2002-03-20 Thread Eric Preece
Hi, I am very new to perl. I am writing a script that is supposed to open an html file and do some various tasks then later on it should print out the html file. I am having problems with one portion of it. I distilled it down to this code snippet == # t

Re: open(FILE, " ") question

2002-03-20 Thread Agustin Rivera
Wednesday, March 20, 2002 1:52 PM Subject: open(FILE, " ") question Hi, I am very new to perl. I am writing a script that is supposed to open an html file and do some various tasks then later on it should print out the html file. I am having problems with one portion of it. I d

Re: open(FILE, " ") question

2002-03-20 Thread Jenda Krynicky
From: "Eric Preece" <[EMAIL PROTECTED]> > I am very new to perl. I am writing a script that is supposed to open > an html file and do some various tasks then later on it should print > out the html file. I am having problems with one portion of it. I > distilled it down to this code snippet > >