- or download this
Fetching text file small.txt
Displaying response object contents:
...
Fetching text file small.xml
Displaying response as plain text:
Unknown tag encountered: Something
- or download this
#!/usr/bin/perl -w
...
return $buffer;
}
- or download this
#!/usr/bin/perl -w
...
print "Displaying response as plain text:\n", $response, "\n";
}
}
- or download this
This is a small text file.
- or download this
<Something>
<SubElement>
...
<Bar baz="mumble"/>
</SubElement>
</Something>