%!PS-Adobe-2.0 -*-coding:latin-1;-*- µ %% Time-stamp: "2005-08-19 00:24:56 ADT" % desc{ waits two seconds, then ejects a blank page. } «sburke@cpan.org» /usertime where not { (No usertime?!\n) print flush stop } if pop /endtime 2 % <== seconds to wait 1000 mul usertime add def .99 setgray { usertime endtime gt { exit } if newpath 1 1 1 0 180 arc fill % dawdle (yes, busywait) } loop showpage % End