Processing RTFs

2002-09-30 Thread Mohammed Khatib
Hello everyone, I need to develop some modules to parse and provide useful information about RTF documents. All I need to do at the moment is extract titles names, the number of pages of each RTF, and obtain summaries which have specific Word level styles applied. I've had a look at Win32::OLE, b

RE: win32:: ole excel

2002-09-30 Thread Toby Stuart
i'll bet it's because you are passing the literal string "xlUnderlineStyleSingle" instead of its underlying value ie. 2 try $Sheet->Range("a10")->Font->{Underline} = 2; hth toby > -Original Message- > From: praveen vejandla [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 01, 2002

win32:: ole excel

2002-09-30 Thread praveen vejandla
Hi All, Is there any way to underline a particular cell in excel sheet using perl win32::OLE module.? I tried with below statement but it is not working. $Sheet->Range("a10")->Font->{Underline}= "xlUnderlineStyleSingle"; Thanks and Regards, Praveen ___

Re: Another newbie here....

2002-09-30 Thread $Bill Luebkert
James Sommers wrote: > I'm very new to apache & perl. I've got apache > installed and perl installed in c:\perl > My question is what is the correct way to install the > sendmail module? > I'm trying to install mail::sendmail > but not sure what the correct way to do it is > Different things

Re: Console-less Tk?

2002-09-30 Thread Wiley Hacker
 My experience was different. The console window did indeed come up, and wouldn't go away till I quit the application.   Is there perhaps a configuration setting I am missing? - Original Message - From: Dahlke, Doug To: [EMAIL PROTECTED] Sent: Monday, September 30

RE: Console-less Tk?

2002-09-30 Thread Dahlke, Doug
When I run the Tk demo from the perl development kit, widget.bat or widget, I don't get a console. when I run that app..  you may want to look at that. -Original Message-From: Wiley Hacker [mailto:[EMAIL PROTECTED]]Sent: Monday, September 30, 2002 10:48 AMTo: [EMAIL P

Re: Console-less Tk?

2002-09-30 Thread Jenda Krynicky
> I know this is probably a FAQ, but I couldn't find an answer to this > on the regular Perl newsgroups, so I thought I'd ask. > > My question is: Is there a way to create a Perl/Tk program using > ActivePerl on Windows 2000 that does not have a console window? Run it by wperl.exe instead of per

Console-less Tk?

2002-09-30 Thread Wiley Hacker
 Folks:   I know this is probably a FAQ, but I couldn't find an answer to this on the regular Perl newsgroups, so I thought I'd ask.   On UNIX, I used to create a daemon process using two fork()'s and an exec(). I used that technique to successfully create Perl/Tk programs that didn't have a

Re: Perl Security

2002-09-30 Thread intertwingled
At 06:30 PM 9/30/02 +0100, you wrote: >Hi there >How safe are perl scripts >Is it possible to read a script from the webserver via the web. > >-roger > >___ >ActivePerl mailing list >[EMAIL PROTECTED] >To unsubscribe: http://listserv.ActiveState.com/mai

Re: Perl Security

2002-09-30 Thread Wiley Hacker
I assume you are referring to server-side scripts, since most browsers don't support Perl as a client-side scripting language without some sort of add-on. As far as server-side script security is concerned, I'd say your script security depends on your web server software and your administrator's

Perl Security

2002-09-30 Thread roger parker
Hi there How safe are perl scripts Is it possible to read a script from the webserver via the web. -roger ___ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Another newbie here....

2002-09-30 Thread James Sommers
I'm very new to apache & perl. I've got apache installed and perl installed in c:\perl My question is what is the correct way to install the sendmail module? I'm trying to install mail::sendmail but not sure what the correct way to do it is Different things I have read and tried 1. copy s