Help for this page

Select Code to Download


  1. or download this
        for ($i=1;$i<=$max;$i++){ 
           
    ...
             print qq("$dept$w$i"\t>\t"$pwd"\n);
    
         }
    
  2. or download this
        for ($i=1;$i<=$max;$i++){ 
           
    ...
             print newDB qq("$dept$w$i"\t>\t"$pwd"\n);
    
         }