Help for this page
Select Code to Download
Select
or
download this
my ($ver) = $str =~ /V([0-9.]+)>>$/;
Select
or
download this
my $ver = substr(reverse($str),2,8);