Help for this page

Select Code to Download


  1. or download this
    This is how the array should look like:
    
    $xentry[0] = {BUCK_0 => JUNK, BUCK_1 => JUNK, BUCK_2 => JUNK, BUCK_3 =
    +> JUNK} ;
    $xentry[1] = {BUCK_0 => JUNK, BUCK_1 => JUNK, BUCK_2 => JUNK, BUCK_3 =
    +> JUNK} ;
    So on....
    
  2. or download this
    $str="";
    for(my $i=0; $j<100;$i+=1)  {  
    ...
       $str="";
    
    }