in reply to Re^3: Problem with creating Files (maybe)
in thread Problem with creating Files
if nothing else, I got too confused in everything. How sould the part if exist look like?
I understand why it needs a second run as in the first run, the first HTML's will always say that file does not exist, but later on, it will.
Sorry for my stupidness, but if you tell me what should I write, it'll save me.
if(-e $filename){ print ....} else { ..?}That's how I would do it. Can you please corect me?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Problem with creating Files (maybe)
by Anonymous Monk on Jul 25, 2014 at 10:49 UTC |