1 # Copyright 2002-2007 Interchange Development Group and others
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version. See the LICENSE file for details.
8 # $Id: file.coretag,v 1.6 2007-03-30 23:40:49 pajamian Exp $
10 UserTag file Order name type
11 UserTag file PosNumber 2
12 UserTag file Version $Revision: 1.6 $
13 UserTag file Routine <<EOR
15 my ($file, $type) = @_;
16 return readfile($file)
18 return readfile($file, undef, 0)
20 my $text = readfile($file);
24 elsif($type =~ /dos|window/i) {
27 elsif($type =~ /unix/i) {