Help for this page

Select Code to Download


  1. or download this
    my $pages_this_chapter = 0;
    
    ...
    
      print OUT;
    }
    
  2. or download this
    sub current_line_is_the_kdkhost_line {
      m/^%KDKHost:/;
    ...
      m!<</OutputType\(Stacker\)>>setpagedevice! and
      s/Stacker/top/;
    }