CC: | m [...] perlmeister.com |
Subject: | [wishlist] Adding appending mode for the redirect_output method |
Hi,
I really like your Proc::Simple and I'm using it for production. The
only missing bit we've found so far is the appending mode for the
redirect_output method. I really love to see something like this:
$proc->redirect_output('foo', 'bar', { append => 1 })
or something more flexible.
Thanks!
-agentzh