in reply to Re: Question about Perl refs and basic types
in thread Question about Perl refs and basic types

You are spot on!
I did
printf "version is v%vd\n", $^V; # Perl's version
and got v5.8.9. Then I checked the perldoc ref for 5.8.9 and VSTRING is not present.