http://qs1969.pair.com?node_id=11139815

sectokia has asked for the wisdom of the Perl Monks concerning the following question:

Are there any modules to help reduce the amount of syntax in perl?

Example, instead of:

$ref->{'foo'}{$bar}

something that gets it closer to JS with less brackets and $ etc:

ref[foo].bar

I saw semi::semicolons, so I figured the rest of the language could be changed some how as well?