File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2525use Getopt::Long;
2626# use Unix::PID;
2727use Data::Dumper;
28+
29+ # Add root directory
30+ use lib ' .' ;
2831use ompts_parserFunctions;
2932
3033# Extracting given options
Original file line number Diff line number Diff line change 1616
1717# Using Getopt::long to extract the programm options
1818use Getopt::Long;
19+ # Add root directory
20+ use lib ' .' ;
1921# Using functions: Set of subroutines to modify the testcode
2022use ompts_parserFunctions;
2123
Original file line number Diff line number Diff line change 1616
1717# Using Getopt::long to extract the programm options
1818use Getopt::Long;
19+ # Add root directory
20+ use lib ' .' ;
1921# Using functions: Set of subroutines to modify the testcode
2022use ompts_parserFunctions;
2123
You can’t perform that action at this time.
0 commit comments