Operators and Special Variables
- v1.10.0: Operators and Special Variables
- Error messages mimic those in Perl for consistency.
- Added
$.
,$]
,$^V
,${^LAST_FH}
,$SIG{__DIE__}
,$SIG{__WARN__}
special variables. - Added command line switches
-E
,-p
,-n
,-i
,-0
,-a
,-F
,-m
,-M
,-g
,-l
,-x
,-?
. - Added
select(filehandle)
operator,ARGVOUT
filehandle. - Added
~.
,&.
,|.
,^.
operators. - Added
try catch
statement. - Added Scalar::Util:
blessed
,reftype
. - Added UNIVERSAL:
VERSION
. - Added v-strings.
- Added Infinity, -Infinity, NaN.
- Added
\N{name}
operator for named characters in double quoted strings and in regex. - Added lvalue subroutines.
- CI/CD runs in Ubuntu and Windows
Full Changelog: v1.9.0...v1.10.0