in reply to Re: XML::Simple Issues
in thread XML::Simple Issues

I removed the double quotes and I get

syntax error at -e line 1, at EOF
Execution of -e aborted due to compilation errors.
Warning: unknown mime-type for "{XML/Simple.pm}" --
using "application/octet-stream"
Error: no such file "{XML/Simple.pm}"

Replies are listed 'Best First'.
Re^3: XML::Simple Issues
by isotope (Deacon) on Dec 30, 2010 at 18:03 UTC
    Not to get further bogged down in this issue that's really secondary to your question, but you still need quotes; you just didn't go quite far enough and asked the shell to interpret $ENV instead of passing it to perl.

    codeacrobat's one-liner is better anyway.


    --isotope