Help for this page

Select Code to Download


  1. or download this
    use File::Spec::Functions qw(rel2abs);
    use lib rel2abs(tools/DBQuery), rel2abs(tools/ToolLog);
    
  2. or download this
    use File::Spec::Functions qw(rel2abs);
    use lib rel2abs('tools');
    use DBQuery::Data::BackendMap;
    use ToolLog::Logging;