[Perl-unix-users] Linux & alter/generate MS-Word document

2002-02-20 Thread jorn . meijers
Goodday to all you Perlians, We have a Linux webserver with Apache. Is it possible to use a MS Word document and alter it's contents on the server itself. I know that if you have IIS on a NT server you can use OLE to do some tricks in a Word document. Perhaps it is possible to encode a .doc file

[Perl-unix-users] Re: Simple code to send e-mail vi sendmail

2002-02-20 Thread Edward G. Orton
- Original Message - From: "Krzysztof Kocjan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 4:52 AM Subject: Simple code to send e-mail vi sendmail > Hi > > I need simple code to send e-mail from perl script using sendmail > program (

Re: [Perl-unix-users] Simple code to send e-mail vi sendmail

2002-02-20 Thread Jenda Krynicky
From: Krzysztof Kocjan <[EMAIL PROTECTED]> > Hi > > I need simple code to send e-mail from perl script using sendmail > program (Linux RedHat). I don't use SMTP server. I tried to use > SOAP::Lite with sendmail but I've got lot of errors, so I lost it. I > tried to use system() perl function to

Re: [Perl-unix-users] Simple code to send e-mail vi sendmail

2002-02-20 Thread $Bill Luebkert
Krzysztof Kocjan wrote: > Hi > > I need simple code to send e-mail from perl script using sendmail > program (Linux RedHat). I don't use SMTP server. I tried to use > SOAP::Lite with sendmail but I've got lot of errors, so I lost it. I > tried to use system() perl function to run sandmail, but

[Perl-unix-users] Simple code to send e-mail vi sendmail

2002-02-20 Thread Krzysztof Kocjan
Hi I need simple code to send e-mail from perl script using sendmail program (Linux RedHat). I don't use SMTP server. I tried to use SOAP::Lite with sendmail but I've got lot of errors, so I lost it. I tried to use system() perl function to run sandmail, but my main problem is how to send multi

RE: [Perl-unix-users] Help on array

2002-02-20 Thread BWilson
Because you are not resetting @array1, which is the one you are printing. You've pushed two elements into @array1 and then you tell Perl to print both of them at the end. As usual, Perl does what you tell it to do. (-: Bryan -Original Message- From: AITHA, BHEEMSEN (SBCSI) [mailto