in reply to Re^5: poll ideas quest 2021
in thread poll ideas quest 2021
That will rule out a lot of the Perl I read and pretty much all of the Perl I write.
Yes, same here, and I commented on that in the issue I linked to above and Sawyer responded here. It doesn't seem to be a technical limitation.
Since I think it would be technically possible to parse something like my %hash = ( foo => -bar );, that also means that it would be possible to automatically transform that to my %hash = ( 'foo' => '-bar' );, for example if that's what the company coding standards happen to be. Update: However, the transformation requires a completely parseable Perl in the first place, which is what we don't have (yet).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: poll ideas quest 2021
by Corion (Patriarch) on Aug 18, 2021 at 08:45 UTC | |
by haukex (Archbishop) on Aug 18, 2021 at 08:51 UTC |