21 |
|
# Filename : $RCSfile: filepp,v $ |
22 |
|
# Author : $Author: tim $ |
23 |
|
# Maintainer : Darren Miller: darren@cabaret.demon.co.uk |
24 |
< |
# File version : $Revision: 1.6 $ |
25 |
< |
# Last changed : $Date: 2004-10-11 21:54:35 $ |
24 |
> |
# File version : $Revision: 1.7 $ |
25 |
> |
# Last changed : $Date: 2005-03-09 17:58:33 $ |
26 |
|
# Description : Main program |
27 |
|
# Licence : GNU copyleft |
28 |
|
# |
31 |
|
package Filepp; |
32 |
|
|
33 |
|
use strict "vars"; |
34 |
< |
use strict "subs"; |
34 |
> |
#use strict "subs"; |
35 |
|
# Used to all filepp to work with any char, not just ascii, |
36 |
|
# feel free to remove this if it causes you problems |
37 |
|
#use bytes; |