This document discusses arrows in Perl. It describes how arrows generalize monads by allowing composition of functions with arbitrary signatures. It provides examples of implementing arrow classes in Perl, including using subroutines as arrows and implementing arrow operators like first, split, and parallel composition. It also discusses how arrows form a premonoidal category and relates arrows to monads.