sbsv1_os/e32toolp/memtrace/memtrace.pl
branchRCL_3
changeset 16 22bdd8a90cc4
parent 2 99082257a271
equal deleted inserted replaced
13:7416fe50a180 16:22bdd8a90cc4
    16 #
    16 #
    17 
    17 
    18 no strict 'vars';
    18 no strict 'vars';
    19 use English;
    19 use English;
    20 # Standard Symbian boilerplate to find and load E32env library
    20 # Standard Symbian boilerplate to find and load E32env library
    21 use strict;
       
    22 use FindBin;		# for FindBin::Bin
    21 use FindBin;		# for FindBin::Bin
    23 use Getopt::Long;
    22 use Getopt::Long;
    24 
    23 
    25 my $PerlLibPath;    # fully qualified pathname of the directory containing our Perl modules
    24 my $PerlLibPath;    # fully qualified pathname of the directory containing our Perl modules
    26 
    25