Help for this page

Select Code to Download


  1. or download this
    my $oxml = qq(<?xml version="1.0" standalone="yes"?> <data image="$enc
    +oded"/>\n);
    
  2. or download this
    my $oxml = <<EOF;
    <?xml version="1.0" standalone="yes"?>
    <data image="$encoded"/>
    EOF