ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/Utilities/SCRAMUtils.pm
(Generate patch)

Comparing COMP/SCRAM/src/Utilities/SCRAMUtils.pm (file contents):
Revision 1.1 by williamc, Mon Mar 1 10:35:01 1999 UTC vs.
Revision 1.3 by williamc, Thu Mar 18 10:32:04 1999 UTC

# Line 1 | Line 1
1 #!perl
1   #
2   # Utility Routines for the SCRAM tools
3   #
4  
5   package SCRAMUtils;
6 + require 5.001;
7   require Exporter;
8   @ISA = qw(Exporter);
9   @EXPORT = qw(checkfile updatelookup);
10   use Carp;
11  
12 < sub checkfile ($filename) {
12 > sub checkfile {
13          my $filename=shift;
14          my $thisfile="";
15          $thifile=$ENV{LOCALTOP}."/".$filename;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines