Web Development
perlfile.txt
Associated article: Automatic File Conversions with Perl
Tags: Web Development
Published source code files accompanying the article by Tim Kientzle in which he uses Perl to write a smart print filter that recognizes the type of data it is being fed and invokes the appropriate conversion.
Automatic File Conversions with Perl
by Tim Kientzle
Figure 1:
(a) lpd -> PrintConvert
(b) lpd -> PrintConvert -> uncompress ->
PrintConvert
(c) lpd -> PrintConvert -> uncompress ->
PrintConvert -> lptops -&...


