microsoft / StorScore

A test framework to evaluate SSDs and HDDs
http://aka.ms/storscore
MIT License
81 stars 34 forks source link

Latest version of Perl don't work #34

Closed bdenison99 closed 8 years ago

bdenison99 commented 8 years ago

Many variations of: "Experimental keys on scalar is now forbidden at C:\StorScore\parse_results.cmd line 1385."

marksantaniello commented 8 years ago

Yeah, you're not the first person to report this. The fix is pretty simple: you have to change “keys $foo” to “keys %$foo” wherever that occurs. If you want to submit a PR we will think you are super awesome :)

Otherwise if you just keep using Active Perl 5, version 18, subversion 2 (or the equivalent Strawberry Perl) it should be OK.

bdenison99 commented 8 years ago

It was a little more complicated than that - had to wrap { } around the stuff that % applies to. I think I've created a pull request correctly - hope it helps.