We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
to reproduce (I tried this on both 5.26.3 and 5.33.2 with the same results):
$ perl -wle'my @list = ( \"hello" ); print $list[0]->$*' hello $ perl -wle'my @list = ( \"hello" ); print "$list[0]->$*"' $* is no longer supported as of Perl 5.30 at -e line 1.