Help for this page

Select Code to Download


  1. or download this
    my ($ver) = $str =~ /V([0-9.]+)>>$/;
    
  2. or download this
    my $ver = substr(reverse($str),2,8);