Skip to content

Loops, Operators, and File Handling

Latest
Compare
Choose a tag to compare
@fglock fglock released this 11 Oct 17:37
· 114 commits to master since this release
  • v1.8.0: Loops, Operators, and File Handling
    • Added continue blocks and loop operators next, 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 of while
    • Completed chomp operator; fixed qw// operator, defined-or and x=
    • Added modules: parent, Test::More

Full Changelog: v1.7.0...v1.8.0