Loops, Operators, and File Handling
- v1.8.0: Loops, Operators, and File Handling
- Added
continue
blocks and loop operatorsnext
,last
,redo
; a bare-block is a loop - Added bitwise operators
vec
,pack
,unpack
- Added
srand
,crypt
,exit
, ellipsis statement (...
) - Added
readdir
,opendir
,closedir
,telldir
,seekdir
,rewinddir
,mkdir
,rmdir
- Added file test operators like
-d
,-f
- Added the variants of diamond operator
<>
and special cases ofwhile
- Completed
chomp
operator; fixedqw//
operator,defined-or
andx=
- Added modules:
parent
,Test::More
- Added
Full Changelog: v1.7.0...v1.8.0