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
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
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
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