equal
deleted
inserted
replaced
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 |