Help for this page

Select Code to Download


  1. or download this
    ABC»DEF abc»def
    
  2. or download this
    c2 bb
    
  3. or download this
    $ echo 'ABC»DEF abc»def' | hexdump -C
    00000000  41 42 43 c2 bb 44 45 46  20 61 62 63 c2 bb 64 65  |ABC..DEF 
    +abc..de|
    00000010  66 0a                                             |f.|
    00000012
    
  4. or download this
    # $res: HTTP::Response object
    # $tx:  Test::XPath object
    ...
    $funny_name = 'ABC»DEF abc»def';
    
    $tx->is('/result/entity/prop[@name="name"]/@value',
    $funny_n
    +ame,
    "Got name '$funny_name'") or diag($res->content);
    
  5. or download this
    diag($res->content);
    
  6. or download this
    #    <prop name="name" value="ABC»DEF abc»def" />