Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: How do I apply formatting to a particular word in a docx file using Win32::Ole in Perl?

by ZJ.Mike.2009 (Scribe)
on Sep 23, 2010 at 06:10 UTC ( [id://861450]=note: print w/replies, xml ) Need Help??


in reply to Re: How do I apply formatting to a particular word in a docx file using Win32::Ole in Perl?
in thread How do I apply formatting to a particular word in a docx file using Win32::Ole in Perl?

@NetWallah, thanks for the guidance. But perl throws me an error suggesting that $w->Text returns an uninitialized value. I've used the following lines of code to check for the keys of the $w hashref:
my @keys = keys %{$w}; print @keys,"\n";
And I get the following hash keys: Count First Last Application Creator Parent

It seems I can only use something like $w->First->Text. But I'm stuck there :(

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://861450]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-03-29 05:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found