in reply to Re^2: Couldn’t create file parser context for file "somename.xml"
in thread Couldn’t create file parser context for file "somename.xml"
I bet you do something silly like `ls` and you don't properly extract the line feeds.
Place the following just before the code you posted:
use Cwd; use Data::Dumper; print("cwd = ", getcwd(), "\n"); print("files:\n", do { local $Data::Dumper::Useqq = 1; Dumper(\@files); });
What do you get?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Couldn't create file parser context for file "somename.xml"
by laleh-poly (Novice) on Dec 31, 2009 at 20:00 UTC | |
by ikegami (Patriarch) on Dec 31, 2009 at 20:24 UTC | |
by laleh-poly (Novice) on Dec 31, 2009 at 21:02 UTC | |
by ikegami (Patriarch) on Jan 01, 2010 at 11:22 UTC |