in reply to Re^2: Trouble working with Config::Simple
in thread Trouble working with Config::Simple
The message is telling exactly what's wrong. There is no directory '~'. It doesn't say anything about a "permission denied". So, there's no need to wonder.
I think if it would do a ~ expansion, it should state the expanded path in the error message (just like the shell does).
$ touch ~/test.txt $ chmod a-w ~/test.txt $ echo "string" > ~/test.txt bash: /home/user/test.txt: Permission denied $
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Trouble working with Config::Simple
by almut (Canon) on Jun 30, 2008 at 22:00 UTC | |
by jethro (Monsignor) on Jun 30, 2008 at 22:49 UTC |