Help for this page

Select Code to Download


  1. or download this
    if ($sw_fields[2] =~ /^$ver\./) # does it start with $ver and .?
    
  2. or download this
    my ($major, $minor, $subminor) = split /\./, $sw_fields[2];
    if ($major >= 10)