Re: Pretty print filters

2002-02-25 Thread Robert Berkowitz
t so that you can do what you talked about with having four pages on one printed page. Hope that gets you started. -- Robert Berkowitz "With a rubber duck, one's never alone." - Douglas Adams msg24761/pgp0.pgp Description: PGP signature

Re: .signature-related blues

2001-09-21 Thread Robert Berkowitz
/; } # read one srand; seek(FI, $sig[int rand ($#sig + .)], SEEK_SET) or die "Can't seek"; while () { last if /^$/; chomp ($_); $msg .= "\n"; $msg .= $_; } } open (SIG, "$ARGV[0]") or die "Can't open $ARGV[0]"; while ()