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

Open file to read or write

  • $fh = fopen("file", r);
  • Other flags are "w", "r+", "w+", "a", "a+", "x" (create if not exists), "x+" (... also read)