Help for this page

Select Code to Download


  1. or download this
    <document>
      <record>
        <attachment>data</attachment>
      </record>
    </document>
    
  2. or download this
    sub process_attachment()  {
        my ($twig, $attach) = @_;
    ...
        do some data processing ....
        $record->purge;
    }