Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Problem upgrading XML::Fast from 0.11 to 0.17

by mje (Curate)
on Sep 22, 2017 at 10:36 UTC ( [id://1199905]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ od -c xx.XML
    0000000   <   ?   x   m   l       v   e   r   s   i   o   n   =   "   
    +1
    ...
    0000200   a   l   u   e   >   B   r 370   n   d   b   y       I   F   
    +<
    0000220   /   V   a   l   u   e   >   <   /   x   x   >  \n
    0000235
    
  2. or download this
    $ perl -le 'use 5.016;use Devel::Peek; my $xml = do {local $/ = undef;
    + open(my $fh, "<:encoding(ISO-8859-1)", "xx.XML"); <$fh>;};  say Dump
    +($xml);'
    SV = PV(0x1a25da0) at 0x1a3a010
    ...
      CUR = 158
      LEN = 160
      COW_REFCNT = 1
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1199905]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found