Re: VbScript -> PerlScript

2004-03-16 Thread Clinton
Thanks a million CJ - Original Message - From: "Randy W. Sims" <[EMAIL PROTECTED]> To: "Clinton" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, March 17, 2004 2:01 PM Subject: Re: VbScript -> PerlScript On 3/16/2004 10:00 PM, Clinton wrot

Re: VbScript -> PerlScript

2004-03-16 Thread Randy W. Sims
On 3/16/2004 10:00 PM, Clinton wrote: Hi Could I have a hint on converting theDoc.FontSize = 96 theDoc.AddText "Hello World" theDoc.Save "c:\hworld.pdf" I'm able to create an object with my $theDoc = $Server->CreateObject("obj.doc"); I tried $theDoc->{FontSize} = 96; $theDoc->{AddText} = "Hello Wo