in reply to Re: File opening problems
in thread File opening problems
with this? The actual file name?open (OUTFILE, ">@htmlLines") or die("Can't rewrite the HTML file.\n") +;
So I should be passing the file path as an argument, not the array variable I'm using to store the HTML? Many thanks, Richardopen (OUTFILE, ">E:/Documents and Settings/Richard Lamb/My Documents/H +TML/test1InDocCSS.html") or die ("Can't open E:/Documents and Setting +s/Richard Lamb/My Documents/HTML/test1InDocCSS.html\n");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: File opening problems
by Abigail-II (Bishop) on Aug 19, 2003 at 13:09 UTC | |
by Tricky (Sexton) on Aug 19, 2003 at 13:24 UTC | |
by Abigail-II (Bishop) on Aug 19, 2003 at 13:33 UTC |