Help for this page

Select Code to Download


  1. or download this
    <owner>
      John Smith
    </owner>
    
  2. or download this
    <owner>
      <href>http://johnsmith.com</href>
    </owner>
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    }
    
    print $DOC."\n";
    
  4. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <owner>John Smith</owner>
    
  5. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <owner><href>http://johnsmith.com</href></owner>
    
  6. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    print $DOC."\n";