eoPh has asked for the wisdom of the Perl Monks concerning the following question:
Am I doing something wrong? Is there some little quirk or configuration issue I should know about? (Working mostly in linux, I don't know all the little in's-and-out's of IIS, but I'm stuck with it for this project)open(FOOBAR, '>foo') or die("$!\n"); print FOOBAR "foo\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Active State / IIS write problem
by dws (Chancellor) on Jun 14, 2002 at 17:07 UTC | |
by eoPh (Initiate) on Jun 14, 2002 at 17:27 UTC | |
by BigJoe (Curate) on Jun 14, 2002 at 17:51 UTC | |
|
Re: Active State / IIS write problem
by runrig (Abbot) on Jun 15, 2002 at 23:26 UTC | |
|
Re: Active State / IIS write problem
by Mr. Muskrat (Canon) on Jun 15, 2002 at 21:12 UTC |