Subject: | use vars → our |
CGI::Simple is using "use vars". I think this could be replaced by "our", which would safe a few milliseconds and looks somewhat nicer. Minimum perl version is already 5.6.1, so there would be no backwards compatibility issue.