You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perl -E behaves the same as perl -e 'use v5.$MAJOR.0'
In Perl 7, ideally perl -e would behave like perl -Mv7 and perl -E would behave like perl -Mv8. The problem is that this would break most of the existing one liners.