Help for this page

Select Code to Download


  1. or download this
    
    0000000 377 376   <  \0   ?  \0   x  \0   m  \0   l  \0      \0   v  \
    +0
    ...
    0000160  \r  \0  \n
    
  2. or download this
    <?xml version="1.0" encoding="utf-16"?>
    <listing_feed>
    
  3. or download this
    if($string =~ m/xml/)
    {
      ...
    }
    
  4. or download this
    if($string =~ m/x.m.l./)
    {
       ...
    }