sbsv1_os/e32toolp/e32util/efreeze.pl
branchRCL_3
changeset 16 22bdd8a90cc4
parent 2 99082257a271
equal deleted inserted replaced
13:7416fe50a180 16:22bdd8a90cc4
    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 
       
    22 use FindBin;		# for FindBin::Bin
    20 use FindBin;		# for FindBin::Bin
    23 use Getopt::Long;
    21 use Getopt::Long;
    24 
    22 
    25 my $PerlLibPath;    # fully qualified pathname of the directory containing our Perl modules
    23 my $PerlLibPath;    # fully qualified pathname of the directory containing our Perl modules
    26 
    24