
rovf
Veteran
Jan 24, 2012, 5:49 AM
Post #3 of 3
(1359 views)
|
Re: [gerble1000] perl writing file in htdocs
[In reply to]
|
Can't Post
|
|
(1) Does the "open" call succeed, and if not, what error does it return? (2) In your case, it is easier to use File::Copy instead writing your own loop (but if you run into problems, errors are more difficult to diagnose). (3) Do you have
use warnings; use strict; in your code?
|