in reply to XML::LibXML - could not create file parser context : no error

Is the file local, or on a network device?

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
  • Comment on Re: XML::LibXML - could not create file parser context : no error

Replies are listed 'Best First'.
Re^2: XML::LibXML - could not create file parser context : no error
by rbala (Acolyte) on Nov 15, 2013 at 19:56 UTC
    File is local only!