I do not personally care for ?-> because it reminds me of the ternary operator.
I voted for ~> due to terseness & the implication of flexibility
In reply to Re^2: What operator should perl5porters use for safe dereferencing?
by gregor42
in thread What operator should perl5porters use for safe dereferencing?
by de-merphq
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |