Help for this page

Select Code to Download


  1. or download this
    __PACKAGE__->inflate_column('xml',
                                      {
    ...
                                      }
                               );
    
  2. or download this
     $row->xml(MyObject->new( xml => "<hubba/>" );  # row is now dirty
     $row->update;  # goes to the database
    
  3. or download this
     $row->xml->bubba("whatever");   #works in memory but column is not co
    +nsidered dirty
     $row->update;  # does nothing