in reply to Almost certainly a module documentation issue
Hi, the doc for Email::Sender::Transport::Print is indeed sparse, but it does say:
By default, it will print to STDOUT, but it can be given any IO::Handle object to print to as its fh attribute.
You don't appear to be using IO::Handle to create your filehandle. Have you tried that, or allowing the default?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Almost certainly a module documentation issue
by dd-b (Pilgrim) on Oct 14, 2017 at 20:18 UTC |