in reply to Re^2: XML::Simple Issues
in thread XML::Simple Issues
See perlrun$ perl -e use syntax error at -e line 1, at EOF Execution of -e aborted due to compilation errors.
Alternatively, make a file
$ cat junk87.pl use XML::Simple; print $INC{'XML/Simple.pm'} $ perl junk87.pl C:/perl/site/5.10.1/lib/XML/Simple.pm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML::Simple Issues
by tigerstorms (Initiate) on Dec 30, 2010 at 03:43 UTC | |
by Anonymous Monk on Dec 30, 2010 at 04:43 UTC | |
by tigerstorms (Initiate) on Dec 31, 2010 at 19:14 UTC | |
|
Re^4: XML::Simple Issues
by tigerstorms (Initiate) on Dec 30, 2010 at 05:59 UTC |