Nik has asked for the wisdom of the Perl Monks concerning the following question:
Wehn i try to use this relative path instead of d:\www\blabla which is absolute apache tells me it cant find the file.open(FILE, ">>/somefolder/somesubfolder/digest.passwd") or die $!; print FILE "$user:$realm:" . Digest::MD5::md5_hex("$user:$realm:$ +pass") . "\n"; close(FILE);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Cannot open a file using a relative path
by ikegami (Patriarch) on Apr 24, 2007 at 21:34 UTC | |
by Nik (Initiate) on Apr 24, 2007 at 21:38 UTC | |
by ikegami (Patriarch) on Apr 24, 2007 at 21:48 UTC | |
by Nik (Initiate) on Apr 24, 2007 at 22:13 UTC | |
by ikegami (Patriarch) on Apr 24, 2007 at 22:29 UTC | |
| |
|
Re: Cannot open a file using a relative path
by shmem (Chancellor) on Apr 24, 2007 at 21:52 UTC | |
|
Re: Cannot open a file using a relative path
by shigetsu (Hermit) on Apr 24, 2007 at 20:25 UTC | |
|
Re: Cannot open a file using a relative path
by blazar (Canon) on Apr 29, 2007 at 17:58 UTC | |
|