in reply to Lib::XML::Schema validation fails with UNC path

As far as I know, XML::LibXML supports URI's and file paths. I am not sure it supports UNC paths, though. Does perl support them?
  • Comment on Re: Lib::XML::Schema validation fails with UNC path

Replies are listed 'Best First'.
Re^2: Lib::XML::Schema validation fails with UNC path
by rovf (Priest) on May 06, 2011 at 08:03 UTC
    Perl 5.8.8, by and large, already supports UNC pathes, though I already encountered a few glitches in the past.

    -- 
    Ronald Fischer <ynnor@mm.st>
Re^2: Lib::XML::Schema validation fails with UNC path
by Anonymous Monk on May 06, 2011 at 01:08 UTC
    FWIW, perl uses OS calls, so if the OS supports UNC paths, perl supports them