Help for this page

Select Code to Download


  1. 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
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    
        return $buffer;
    }
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
            print "Displaying response as plain text:\n", $response, "\n";
        }
    }
    
  4. or download this
    This is a small text file.
    
  5. or download this
    <Something>
        <SubElement>
    ...
            <Bar baz="mumble"/>
        </SubElement>
    </Something>