[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patch to perl.ssh
From: |
nfudd |
Subject: |
Patch to perl.ssh |
Date: |
Thu, 20 Jun 2002 15:06:02 -0700 (PDT) |
Hi!
Great program!
I'm looking at a2ps 4.13, the one that comes with RedHat 7.3.
The perl stylesheet needs a few more keywords, though.
The file test operations (-e, -r, -w, etc.) were missing, except for '-x'.
Here is my change to the stylesheet:
--- /old/usr/share/a2ps/sheets/perl.ssh Sun Jun 24 23:05:36 2001
+++ /usr/share/a2ps/sheets/perl.ssh Thu Jun 20 14:20:46 2002
@@ -71,7 +71,9 @@
stat, study, sub, substr, symlink, syscall, sysread, system,
syswrite, tell, telldir, time, times, truncate, uc, ucfirst,
umask, undef, unless, unlink, unpack, unshift, until, use, utime,
- values, vec, wait, waitpid, wantarray, warn, while, write, x, xor
+ values, vec, wait, waitpid, wantarray, warn, while, write, xor,
+ r, w, x, o, R, W, X, O, e, z, s, f, d, l, p, S, b, c,
+ t, u, g, k, T, B, M, A, C
end keywords
# Since regex cannot be spread upon several lines, they are
Thanks
--
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Patch to perl.ssh,
nfudd <=