Re: IPC::Run

2003-07-19 Thread Brian Reichert
On Fri, Jul 18, 2003 at 02:33:11PM -0400, Barrie Slaymaker wrote: On Fri, Jul 18, 2003 at 01:18:12PM -0500, Cameron B. Prince wrote: Hi Barrie, I dug out an old note from you and started trying IPC::Run. Here's what I have so far: [...] I'd do a use BFD; [EMAIL PROTECTED

Re: IPC Open / IPC Run

2003-07-18 Thread Barrie Slaymaker
On Fri, Jul 18, 2003 at 12:30:22PM -0500, Cameron B. Prince wrote: I just realized, I meant to say IPC::Run below from my previous post. I also read a post about IPC::Open... I looked at the synopsis and it looks rather complicated. Only if you're trying to do something complicated, like

IPC::Run

2003-07-18 Thread Cameron B. Prince
Hi Barrie, I dug out an old note from you and started trying IPC::Run. Here's what I have so far: sub MP3Check { my ($self,$params) = @_; use IPC::Run qw( run timeout ); my @command = ( $self-{MP3Check}, qq! -v $params-{file}! ); run [EMAIL PROTECTED], \undef, \my

Re: IPC::Run

2003-07-18 Thread Barrie Slaymaker
On Fri, Jul 18, 2003 at 01:18:12PM -0500, Cameron B. Prince wrote: Hi Barrie, I dug out an old note from you and started trying IPC::Run. Here's what I have so far: sub MP3Check { my ($self,$params) = @_; use IPC::Run qw( run timeout ); my @command = ( $self-{MP3Check