in reply to Code Typesetter

In line 6, I recommend (my $ps = $_) =~ s/(\.[^.]+)?$/.ps/;

This should eliminate the extension requirement.

I also recommend at line 20, using while (condition) { } as it clarifies the intent of the statement (IMO).

All in all, an excellent idea. I'll probably use it sometime.

Replies are listed 'Best First'.
Re^2: Code Typesetter
by ursus (Acolyte) on Jul 23, 2007 at 20:28 UTC
    Also, it should probably use STDIN and STDOUT if !@ARGV