where to look?

Peter Scott Peter at PSDT.com
Fri Jul 26 19:33:11 CDT 2002


At 09:52 AM 7/26/2002 -0700, nkuipers wrote:
> >Maybe I'm missing something, but it seems that what you need to do is wrap
> >code around the code doing the queries that checks for failure and
> >restarts.  Why not just:
>
>Well, you see all i do to get this going is type
>
> >blastall [parms]
>
>at my command prompt.

Okay, so excuse me if I'm being dense, but why not just:

$done = 0;
until ($done) {
         system "blastall [parms]";
         if (blastall_succeeded()) { $done = 1 }
}


Peter Scott
peter at psdt.com
http://www.perldebugged.com




More information about the Victoria-pm mailing list