<?xml version="1.0" encoding="windows-1252"?>
<node id="997029" title="Re: copy and pest on linux" created="2012-10-03 07:05:07" updated="2012-10-03 07:05:07">
<type id="11">
note</type>
<author id="920017">
pvaldes</author>
<data>
<field name="doctext">
&lt;p&gt;not related with your question, but I would suggest to write this:&lt;/p&gt;

&lt;c&gt;use Spreadsheet::WriteExcel;
use Spreadsheet::ParseExcel;
use Spreadsheet::ParseExcel::Worksheet;
use Parse::RecDescent;
use Spreadsheet::WriteExcel::Utility;
use Spreadsheet::ParseExcel::SaveParser;
use Spreadsheet::ParseExcel::Cell;&lt;/c&gt;

&lt;p&gt;like this:&lt;/p&gt; 

&lt;c&gt;use Parse::RecDescent;
use Spreadsheet::WriteExcel qw(Utility);
use Spreadsheet::ParseExcel qw(SaveParser Cell Worksheet);&lt;/c&gt;

&lt;p&gt;Untested but you can get the idea. If you need more functions from the module simply put its names inside qw(), or use qw(all), or omit the qw part:&lt;/p&gt;</field>
<field name="root_node">
997021</field>
<field name="parent_node">
997021</field>
</data>
</node>
