Help for this page

Select Code to Download


  1. or download this
    while(my $row = read_row_from_xml($input)) {
        $db->insert(mytable  => $row);
    }
    
  2. or download this
    {
        'foo' => 123,
    ...
        'comment' => 'This is plain text',  # NOT escaped
        'undefined' => undef,               # becomes NULL
    }