equal
deleted
inserted
replaced
15 # all variables called *Path or *File are stored as absolute (file)paths |
15 # all variables called *Path or *File are stored as absolute (file)paths |
16 # all variables called UpPath* are stored as relative paths |
16 # all variables called UpPath* are stored as relative paths |
17 # |
17 # |
18 # |
18 # |
19 |
19 |
20 use strict ; |
|
21 |
20 |
22 use FindBin; # for FindBin::Bin |
21 use FindBin; # for FindBin::Bin |
23 use Getopt::Long; |
22 use Getopt::Long; |
24 |
23 |
25 my $PerlBinPath; # fully qualified pathname of the directory containing this script |
24 my $PerlBinPath; # fully qualified pathname of the directory containing this script |