Help for this page

Select Code to Download


  1. or download this
    if ( CheckDeployed( $currentid ) == 0)
           {
             # do something
           }
    
  2. or download this
    sub CheckDeployed
    {
    ...
          print TEMPDEPLOYED "$id $deployedtimestamp[$deployedcounter] 1\n
    +" or die $!;
          return "2";
       }