Re: Attach iCal event to an cgi mail

2012-06-11 Thread Peter Scott
After your program has opened SENDMAIL, open it again in the debugger to wherever you want (e.g., open SENDMAIL, '>&STDOUT'). Since it's a bareword filehandle, you'll be reopening the same one. On Thu, 07 Jun 2012 12:59:20 -0700, mstep wrote: > Yes the Filehandle is opened for writing. Is there

Re: Attach iCal event to an cgi mail

2012-06-08 Thread mstep
Hello Peter! Thank you for your reply! Meanwhile my sendmail is working! Was quite difficult to program it. Yes the Filehandle is opened for writing. Is there any means to look inside? How to redirect the content of SENDMAIL in the debugger? Greetings from Munich - heavy thunderstorm here

Re: Attach iCal event to an cgi mail

2012-06-07 Thread Peter Scott
On Mon, 04 Jun 2012 10:37:35 -0700, Marek wrote: > Could somebody please tell me, how can I see into a FILEHANDLE in Perl > debugger? I tried with > x but I get only "empty array". That filehandle is open for *output* in your program! What is it you want to examine? -- Peter Scott http://www

Attach iCal event to an cgi mail

2012-06-04 Thread Marek
Hello all! I made up a script for a taxi company to order a taxi. Everything is working. I have only problems to attach an iCal event, so that you only have to click on it and it is in your iCalendar. The shortened script for mailing an attached file for the iCal event is doing nothing, without