set_fields - Set names & values for user-defined fields
Sample script updating the 4 user-defined fields of an OpenOffice.org document and adding new keywords Existing keywords are preserved Old user-defined fields names and values are deleted and replaced
usage : set_fields filename [-options] The 5 options are : -contact -organization -status -diffusion -keywords ex: set_fields foo.sxw -contact "Donald Duck" -organization "Genicorp" set_fields foo.sxw -status "Complete" -keywords "software, office"
To install OpenOffice::OODoc, copy and paste the appropriate command in to your terminal.
cpanm
cpanm OpenOffice::OODoc
CPAN shell
perl -MCPAN -e shell install OpenOffice::OODoc
For more information on module installation, please visit the detailed CPAN module installation guide.