Learning Perl, 2ed by Randal Schwartz and Tom Christiansen Here are the changes made in the 5/99 reprint: {94} In subroutine "gimme_a_or_b" (last code example, lines 4 and 7): wrong keyword: changed "returns", is "return". {189} In the code at the top of the page, lines 8 and 11 used to read: "print q(......," They now read: "print p(......"