in reply to Problems Uploadng a file
open(OUTF, "$directory$filename") || Error; ...should be... open(OUTF, '>', "$directory$filename") || Error;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problems Uploadng a file
by lmck2 (Initiate) on Sep 13, 2011 at 17:53 UTC |