The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.04 - 2001-08-04

  • 'want' is now exported by default
  • BOOL is a euphemism for BOOLEAN (Perl 6 compatibility)
  • ARGUMENTS section added to documentation
  • excised C++-style comments from the source
  • fixed the expectation count issue from the BUGS section of 0.03
  • ASSIGN context. Yeah, baby!
  • don't throw an error if RVALUE/LVALUE are used from a non-lvalue sub
  • specifiers can also now be space-separated, e.g.: want('LVALUE ASSIGN');

Modules

A generalisation of wantarray