Loren Osborn wrote:
Could someone please explain why the following perl script fails? Thanks Loren Osborn Software Engineer Dispensing Solutions Inc (714) 437-0330 #!/usr/bin/perl use XML::LibXML;
Ah, there's your first problems... missing -w, and use strict. Beyond that, I can't help you... -- bruce miller nist gov http://math.nist.gov/~BMiller/