Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Turn on features explicitly

  • feature
  • v5.10
use feature qw(say);
use feature qw(:5.10);
use 5.010;
use v5.10;