Help for this page

Select Code to Download


  1. or download this
    if( substr($v1, 0, 2) eq substr($v2, 0, 2) )
    
  2. or download this
    if( (substr($v1, 0, 3) eq substr($v2, 0, 3) ) && 
        substr($v1, 1 ,1) eq '.' && substr($v2, 1 ,1) eq '.' )
    
  3. or download this
    if( substr($v1, 0, 3) eq substr($v2, 0, 3) )