From: Marcin Raczkowski Date: 2007-04-12T20:39:36+09:00 Subject: Re: making a class with built-in checks on success On Wednesday 11 April 2007 20:16, Peter Bailey wrote: > Brian Candler wrote: > > On Thu, Apr 12, 2007 at 03:52:47AM +0900, Peter Bailey wrote: > >> Anyway, can someone suggest some kind of success check in this class? > > > > The command's exit status should be set in $? after calling the command > > in > > backticks. > > > > ri Process::Status > > Wow. Sounds simple. I'll play with that. Thanks! check exit status, or use File to check if file exists after conversion good idea would be to use Exceptions and retry -- Marcin Raczkowski --- Friends teach what you should know Enemies Teach what you have to know