Skip Menu |

This queue is for tickets about the Devel-Ditto CPAN distribution.

Report information
The Basics
Id: 46361
Status: open
Priority: 0/
Queue: Devel-Ditto

People
Owner: andy [...] hexten.net
Requestors: RyanRyan52 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: (no value)



Subject: doesn't work with external programs
First, this is really cool! It would be nice if it also worked for external programs. I know that Capture::Tiny can take output from external programs and do stuff with it, would that be possible here too? It looks like output from XS already works, so that's good. Here's my very simple test case with external programs: bash jade wip $ cat test.pl #!/usr/bin/perl use Devel::Ditto; system("echo asdf"); print "asdf\n"; bash jade wip $ perl test.pl asdf [main, test.pl, 5] asdf bash jade wip $
Hi Ryan, On Mon May 25 16:35:48 2009, Ryan52 wrote: Show quoted text
> First, this is really cool! It would be nice if it also worked for > external programs. I know that Capture::Tiny can take output from > external programs and do stuff with it, would that be possible here too? > It looks like output from XS already works, so that's good. > > Here's my very simple test case with external programs: > > bash jade wip $ cat test.pl > #!/usr/bin/perl > > use Devel::Ditto; > system("echo asdf"); > print "asdf\n"; > bash jade wip $ perl test.pl > asdf > [main, test.pl, 5] asdf > bash jade wip $
I'll have a think about it - but it's not trivial so it's not going to happen today :)