mmmmm...i tried running the below script, and it wouldn't run...?

<just kidding>


On Wed, 17 May 2000, you wrote:
> or to put it another way...
> 
>  #!/usr/bin/perl
> 
> $program="BETA";
> 
> if ($program eq "BETA" ) {
> 
>       $backup = $needed_data ;
>         $prayers = "1";
>       $complaints = "0";
>         $bugreports="VERBOSE";
> 
> }
> 
> while ( $program eq "BETA") {
>       &download_fixes();
>       &install($program) ;
>       $numberofbugs=&countbugs($program);
>       if ($numberofbugs >= 1) {       
>               &reportbugs();
>       } else {
>                 $program="FINAL";
>       }
> }
> 
> 
> // I just threw this together, syntax is wrong, but you may get the general 
> idea...
> 
> 
> -- 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Allen Bolderoff <[EMAIL PROTECTED]>


-- 

My ICQ#:  36645898

-----------------------------
Created with Mandrake 7.0!
http://www.linux-mandrake.com

Reply via email to