sub current_line_is_the_kdkhost_line { m/^%KDKHost:/; } sub current_line_is_a_chapter_end { m!<>setpagedevice!; } sub current_line_starts_a_new_page { /%%BeginPageSetup/; } sub change_the_paper_output_tray { m!<>setpagedevice! and s/Stacker/top/; }