Running perl script from matlab
Show older comments
I was trying to run a perl script which parses an XML file using XMLin and print the result, but perl('print.pl') gives this error System error: not well-formed (invalid token) at line 1988, column 181, byte 68317 at %matlabroot%/sys/perl/win32/lib/XML/Parser.pm line 187.
I have used use XML::Simple; Any suggestion on the above
2 Comments
Kaustubha Govind
on 20 Jan 2012
Have you tried running "perl print.pl" outside of MATLAB to see if this issue is independent of MATLAB?
Sunu
on 23 Jan 2012
Accepted Answer
More Answers (0)
Categories
Find more on Workspace Variables and MAT Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!