Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $gotthis= $response->content();
    my $the_file_data = $response->content();
    
  2. or download this
    Method: POST
    Source type: PL/SQL
    ...
    values(doc);
    commit;
    end;
    
  3. or download this
    { create table <tablename>
    (column name XMLType>);