在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → ORACLE 11G 免安装客户端

ORACLE 11G 免安装客户端

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:181.84M
  • 下载次数:10
  • 浏览次数:105
  • 发布时间:2020-08-18
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
在实际业务中,安装以ORACLE为数据库的客户机时,客户端安装速度很慢,所以才制作了一个免安装客户端,只用拷贝已经安装的客户端文件再打开批处理文件增加环境变量和注册表就能正常连接ORACLE,方便实施人员安装。
【实例截图】
【核心代码】
ORACLE_11G免安装客户端
└── ORACLE 11G免安装客户端
├── 32.bat
├── 64.bat
├── Oracle
│   ├── cfgtoollogs
│   │   └── netca
│   │   ├── netca_OraClient11g_home1-1803123下午1119.log
│   │   └── trace_OraClient11g_home1-1803123下午1119.log
│   ├── Inventory
│   │   ├── ContentsXML
│   │   │   ├── comps.xml
│   │   │   ├── inventory.xml
│   │   │   └── libs.xml
│   │   ├── install.platform
│   │   ├── logs
│   │   │   ├── installActions2018-03-12_03-08-34PM.log
│   │   │   ├── oraInstall2018-03-12_03-08-34PM.err
│   │   │   └── oraInstall2018-03-12_03-08-34PM.out
│   │   ├── oraInstaller.properties
│   │   └── oui
│   │   └── srcs.lst
│   └── product
│   └── 11.2.0
│   └── client_1
│   ├── ASP.NET
│   │   ├── bin
│   │   │   └── 2.x
│   │   │   ├── Oracle.Web.dll
│   │   │   ├── OraProvCfg.exe
│   │   │   └── Resources
│   │   │   └── zh-CHS
│   │   │   └── Oracle.Web.resources.dll
│   │   ├── doc
│   │   │   └── readme.txt
│   │   ├── PublisherPolicy
│   │   │   └── 2.x
│   │   │   ├── Policy.2.111.Oracle.Web.config
│   │   │   └── Policy.2.111.Oracle.Web.dll
│   │   └── SQL
│   │   ├── InstallAllOracleASPNETProviders.sql
│   │   ├── InstallOracleASPNETCommonSP.plb
│   │   ├── InstallOracleASPNETCommon.sql
│   │   ├── InstallOracleMembershipSP.plb
│   │   ├── InstallOracleMembership.sql
│   │   ├── InstallOraclePersonalizationSP.plb
│   │   ├── InstallOraclePersonalization.sql
│   │   ├── InstallOracleProfileSP.plb
│   │   ├── InstallOracleProfile.sql
│   │   ├── InstallOracleRolesSP.plb
│   │   ├── InstallOracleRoles.sql
│   │   ├── InstallOracleSessionState92.sql
│   │   ├── InstallOracleSessionStateSP.plb
│   │   ├── InstallOracleSessionState.sql
│   │   ├── InstallOracleSiteMapSP.plb
│   │   ├── InstallOracleSiteMap.sql
│   │   ├── InstallOracleWebEventsSP.plb
│   │   ├── InstallOracleWebEvents.sql
│   │   ├── UninstallAllOracleASPNETProviders.sql
│   │   ├── UninstallOracleASPNETCommon.sql
│   │   ├── UninstallOracleMembership.sql
│   │   ├── UninstallOraclePersonalization.sql
│   │   ├── UninstallOracleProfile.sql
│   │   ├── UninstallOracleRoles.sql
│   │   ├── UninstallOracleSessionState92.sql
│   │   ├── UninstallOracleSessionState.sql
│   │   ├── UninstallOracleSiteMap.sql
│   │   └── UninstallOracleWebEvents.sql
│   ├── assistants
│   │   ├── images
│   │   │   └── netca.ico
│   │   ├── jlib
│   │   │   ├── assistantsCommon.jar
│   │   │   └── rconfig.jar
│   │   └── netca
│   │   ├── doc
│   │   │   ├── netcahelp.jar
│   │   │   └── netcahelp_zh_CN.jar
│   │   ├── images
│   │   │   ├── netcaDirDone.gif
│   │   │   ├── netcaDir.gif
│   │   │   ├── netcaIntro.gif
│   │   │   ├── netcaLsnrDone.gif
│   │   │   ├── netcaLsnr.gif
│   │   │   ├── netcaNamDone.gif
│   │   │   ├── netcaNam.gif
│   │   │   ├── netcaNSNDone.gif
│   │   │   └── netcaNSN.gif
│   │   ├── jlib
│   │   │   └── netca.jar
│   │   ├── netca.cl
│   │   └── netca_deinst.sbs
│   ├── BIN
│   │   ├── adrci.exe
│   │   ├── AgentLifeCycle.pm
│   │   ├── AgentMisc.pm
│   │   ├── AgentStatus.pm
│   │   ├── AgentSubAgent.pm
│   │   ├── atl80.dll
│   │   ├── chopt.bat
│   │   ├── chopt.ini
│   │   ├── chopt.pl
│   │   ├── commonenv.bat
│   │   ├── commonenv.bat.template
│   │   ├── commonenv.template
│   │   ├── CompEMagent.pm
│   │   ├── CompEMcentral.pm
│   │   ├── CompEMcore.pm
│   │   ├── corejava.dll
│   │   ├── Directory.pm
│   │   ├── EMAgentPatch.pm
│   │   ├── EMAgent.pm
│   │   ├── emca.bat
│   │   ├── EmCommonCmdDriver.pm
│   │   ├── EMconnectorCmds.pm
│   │   ├── emctl.bat
│   │   ├── EmctlCommon.pm
│   │   ├── emctl.pl
│   │   ├── EMDeploy.pm
│   │   ├── EMDiag.pm
│   │   ├── EmKeyCmds.pm
│   │   ├── EMomsCmds.pm
│   │   ├── EMSAConsoleCommon.pm
│   │   ├── emutil.bat
│   │   ├── emutil.template
│   │   ├── emwd.pl
│   │   ├── eusm.bat
│   │   ├── extjob.exe
│   │   ├── extjobo.exe
│   │   ├── genezi.exe
│   │   ├── getcrshome.exe
│   │   ├── gnsd.exe
│   │   ├── heteroxa11.dll
│   │   ├── heteroxa11.sym
│   │   ├── kfed.exe
│   │   ├── kfod.exe
│   │   ├── LaunchEMagent.pm
│   │   ├── launch.exe
│   │   ├── lbuilder.bat
│   │   ├── LCSSCAN.EXE
│   │   ├── libexpat.dll
│   │   ├── libexpat.lib
│   │   ├── libexpatMT.lib
│   │   ├── libexpatw.dll
│   │   ├── libexpatw.lib
│   │   ├── libexpatwMT.lib
│   │   ├── lmsgen.exe
│   │   ├── loadpsp.exe
│   │   ├── lsnodes.exe
│   │   ├── lxegen.exe
│   │   ├── lxinst.exe
│   │   ├── mfc71.dll
│   │   ├── mfc80.dll
│   │   ├── mfc80u.dll
│   │   ├── mfcm80.dll
│   │   ├── mfcm80u.dll
│   │   ├── Microsoft.VC80.ATL.manifest
│   │   ├── Microsoft.VC80.CRT.manifest
│   │   ├── Microsoft.VC80.MFC.manifest
│   │   ├── mkstore.bat
│   │   ├── msvcm80.dll
│   │   ├── msvcp71.dll
│   │   ├── msvcp80.dll
│   │   ├── msvcr71.dll
│   │   ├── msvcr80.dll
│   │   ├── netca.bat
│   │   ├── netca.cl
│   │   ├── netca_deinst.bat
│   │   ├── nfsPatchPlugin.pm
│   │   ├── oci.dll
│   │   ├── ocijdbc11.dll
│   │   ├── ocijdbc11.sym
│   │   ├── ociw32.dll
│   │   ├── ODBTREEVIEW.OCX
│   │   ├── oip11.dll
│   │   ├── oip11.tlb
│   │   ├── onsclient.dll
│   │   ├── onsctl.bat
│   │   ├── OO4OADDIN.DLL
│   │   ├── OO4OCODEWIZ.DLL
│   │   ├── OO4OCODEWIZ.EXE
│   │   ├── oraagfw11.dll
│   │   ├── oraansi11.dll
│   │   ├── oraasmclnt11.dll
│   │   ├── orabase.exe
│   │   ├── oracell11.dll
│   │   ├── OracleAdNetConnect.exe
│   │   ├── OracleAdNetConnectRCD.dll
│   │   ├── OracleAdNetConnectRCE.dll
│   │   ├── OracleAdNetConnectRCF.dll
│   │   ├── OracleAdNetConnectRCI.dll
│   │   ├── OracleAdNetConnectRCJA.dll
│   │   ├── OracleAdNetConnectRCKO.dll
│   │   ├── OracleAdNetConnectRCPTB.dll
│   │   ├── OracleAdNetConnectRCUS.dll
│   │   ├── OracleAdNetConnectRCZHS.dll
│   │   ├── OracleAdNetTest.exe
│   │   ├── OracleAdNetTestRCD.dll
│   │   ├── OracleAdNetTestRCE.dll
│   │   ├── OracleAdNetTestRCF.dll
│   │   ├── OracleAdNetTestRCI.dll
│   │   ├── OracleAdNetTestRCJA.dll
│   │   ├── OracleAdNetTestRCKO.dll
│   │   ├── OracleAdNetTestRCPTB.dll
│   │   ├── OracleAdNetTestRCUS.dll
│   │   ├── OracleAdNetTestRCZHS.dll
│   │   ├── oracle.exe.manifest
│   │   ├── oracle.key
│   │   ├── oraclient11.dll
│   │   ├── oraclm32.dll
│   │   ├── oraclsra11.dll
│   │   ├── oracommon11.dll
│   │   ├── oracore11.dll
│   │   ├── oradbcfg11.dll
│   │   ├── oradc.lic
│   │   ├── oradc.ocx
│   │   ├── orageneric11.dll
│   │   ├── oragns11.dll
│   │   ├── oragnsjni11.dll
│   │   ├── orahasgen11.dll
│   │   ├── oraimr11.dll
│   │   ├── orajaxb.bat
│   │   ├── orajmisc.dll
│   │   ├── oraldapclnt11.dll
│   │   ├── oraldapjclnt11.dll
│   │   ├── oralxled.dll
│   │   ├── oramts_deinst.exe
│   │   ├── oran11.dll
│   │   ├── oranad11.dll
│   │   ├── oranbeq11.dll
│   │   ├── orancds11.dll
│   │   ├── orancrypt11.dll
│   │   ├── orancrypt11_ee.dll.dbl
│   │   ├── orancrypt11_std.dll.dbl
│   │   ├── oranhost11.dll
│   │   ├── oranipc11.dll
│   │   ├── oranjni11.dll
│   │   ├── oranl11.dll
│   │   ├── oranldap11.dll
│   │   ├── oranldapj11.dll
│   │   ├── oranls11.dll
│   │   ├── orannmp11.dll
│   │   ├── orannzentr11.dll
│   │   ├── orannzmcs11.dll
│   │   ├── orannzsbb11.dll
│   │   ├── orannzsbb11.sym
│   │   ├── oranoncj11.dll
│   │   ├── oranro11.dll
│   │   ├── oransgr11.dll
│   │   ├── orantcp11.dll
│   │   ├── orantcps11.dll
│   │   ├── orantns11.dll
│   │   ├── oraocci11.dll
│   │   ├── oraocr11.dll
│   │   ├── oraocrb11.dll
│   │   ├── oraocrutl11.dll
│   │   ├── OraOLEDB11d.dll
│   │   ├── OraOLEDB11.dll
│   │   ├── OraOLEDB11e.dll
│   │   ├── OraOLEDB11f.dll
│   │   ├── OraOLEDB11i.dll
│   │   ├── OraOLEDB11ja.dll
│   │   ├── OraOLEDB11ko.dll
│   │   ├── OraOLEDB11ptb.dll
│   │   ├── OraOLEDB11.tlb
│   │   ├── OraOLEDB11us.dll
│   │   ├── OraOLEDB11zhs.dll
│   │   ├── OraOLEDB11zht.dll
│   │   ├── OraOLEDBgmr11.dll
│   │   ├── OraOLEDBpus11.dll
│   │   ├── OraOLEDBrfc11.dll
│   │   ├── OraOLEDBrmc11.dll
│   │   ├── OraOLEDBrst11.dll
│   │   ├── OraOLEDButl11.dll
│   │   ├── oraons.dll
│   │   ├── oraonsx.dll
│   │   ├── oraoobjlib.dll
│   │   ├── OraOps11w.dll
│   │   ├── orapki.bat
│   │   ├── oraplc11.dll
│   │   ├── oraplp11.dll
│   │   ├── orapls11.dll
│   │   ├── orardjni11.dll
│   │   ├── ORASLAX11.DLL
│   │   ├── orasnls11.dll
│   │   ├── orasql11.dll
│   │   ├── orasql8.dll
│   │   ├── orasrvm11.dll
│   │   ├── orasrvmhas11.dll
│   │   ├── orasrvmocr11.dll
│   │   ├── orauini11.dll
│   │   ├── oraunls11.dll
│   │   ├── orauts.dll
│   │   ├── orauts.sym
│   │   ├── oravsn11.dll
│   │   ├── oravsn11_ee.dll.dbl
│   │   ├── oravsn11_pe.dll.dbl
│   │   ├── oravsn11_std.dll.dbl
│   │   ├── oravssmsg.dll
│   │   ├── oravssmsgUS.dll
│   │   ├── oravssw.exe
│   │   ├── orawsec11.dll
│   │   ├── orawsec9.dll
│   │   ├── oraxml11.dll
│   │   ├── oraxml.bat
│   │   ├── oraxsl.bat
│   │   ├── orazt11.dll
│   │   ├── oraztkg11.dll
│   │   ├── orclcontainer.bmp
│   │   ├── orclcontext.bmp
│   │   ├── orcldbserver.bmp
│   │   ├── orclnetservice.bmp
│   │   ├── orion.exe
│   │   ├── ott.exe
│   │   ├── owm2.dll
│   │   ├── owm.cl
│   │   ├── patchAgtStPlugin.pm
│   │   ├── Path.pm
│   │   ├── proc.exe
│   │   ├── racgeut.exe
│   │   ├── racgmain.exe
│   │   ├── rconfig.bat
│   │   ├── RegisterTType.pm
│   │   ├── RemoteExecService.exe
│   │   ├── sAgentUtils.pm
│   │   ├── schema.exe
│   │   ├── sclsspawn.exe
│   │   ├── SecureAgentCmds.pm
│   │   ├── SecureOMSCmds.pm
│   │   ├── SecureUtil.pm
│   │   ├── selecthome.bat
│   │   ├── selecthome.bat.odpnet
│   │   ├── selecthome.bat.oo4o
│   │   ├── selecthome.bat.oraoledb
│   │   ├── sqlplus.exe
│   │   ├── sqlplus.sym
│   │   ├── srvctl.bat
│   │   ├── StartAgent.pl
│   │   ├── targetdeploy.pl
│   │   ├── tnsping.exe
│   │   ├── trcasst.bat
│   │   ├── umu.bat
│   │   ├── unzip.exe
│   │   ├── wrc.exe
│   │   ├── xml.exe
│   │   ├── xmlwf.exe
│   │   └── zip.exe
│   ├── cfgtoollogs
│   │   ├── cfgfw
│   │   │   ├── CfmLogger_2018-03-12_03-11-14-下午.log
│   │   │   ├── CfmLogger_2018-03-12_03-11-15-下午.log
│   │   │   ├── oracle.assistants.netca.client_2018-03-12_03-11-14-下午.log
│   │   │   ├── oracle.assistants.netca.client_2018-03-12_03-11-15-下午.log
│   │   │   ├── oracle.client_2018-03-12_03-11-14-下午.log
│   │   │   ├── oracle.client_2018-03-12_03-11-15-下午.log
│   │   │   ├── OuiConfigVariables_2018-03-12_03-11-14-下午.log
│   │   │   └── OuiConfigVariables_2018-03-12_03-11-15-下午.log
│   │   ├── CfmLogger_2018-03-12_03-11-15-下午.log
│   │   ├── configToolAllCommands
│   │   ├── configToolAllCommands.bak
│   │   ├── oracle.assistants.netca.client_2018-03-12_03-11-15-下午.log
│   │   ├── oracle.client_2018-03-12_03-11-15-下午.log
│   │   ├── oui
│   │   │   ├── installActions2018-03-12_03-08-34PM.log
│   │   │   ├── oraInstall2018-03-12_03-08-34PM.err
│   │   │   └── oraInstall2018-03-12_03-08-34PM.out
│   │   └── OuiConfigVariables_2018-03-12_03-11-15-下午.log
│   ├── clone
│   │   ├── bin
│   │   │   ├── clone.pl
│   │   │   └── prepare_clone.pl
│   │   └── config
│   │   └── cs.properties
│   ├── crs
│   │   ├── install
│   │   │   ├── crsconfig_lib.pm
│   │   │   ├── crsconfig_params.sbs
│   │   │   ├── crsdelete.pm
│   │   │   ├── crspatch.pm
│   │   │   ├── hasdconfig.pl
│   │   │   ├── install.excl
│   │   │   ├── installRemove.excl
│   │   │   ├── oracss.pm
│   │   │   ├── rootcrs.pl
│   │   │   ├── roothas.pl
│   │   │   ├── s_crsconfig_defs
│   │   │   └── s_crsconfig_lib.pm
│   │   ├── mesg
│   │   │   ├── crsar.msb
│   │   │   ├── crscs.msb
│   │   │   ├── crsdk.msb
│   │   │   ├── crsd.msb
│   │   │   ├── crsel.msb
│   │   │   ├── crse.msb
│   │   │   ├── crsf.msb
│   │   │   ├── crshu.msb
│   │   │   ├── crsi.msb
│   │   │   ├── crsiw.msb
│   │   │   ├── crsja.msb
│   │   │   ├── crsko.msb
│   │   │   ├── crsnl.msb
│   │   │   ├── crsn.msb
│   │   │   ├── crspl.msb
│   │   │   ├── crsptb.msb
│   │   │   ├── crspt.msb
│   │   │   ├── crsro.msb
│   │   │   ├── crsru.msb
│   │   │   ├── crssf.msb
│   │   │   ├── crssk.msb
│   │   │   ├── crss.msb
│   │   │   ├── crsth.msb
│   │   │   ├── crstr.msb
│   │   │   ├── crsus.msb
│   │   │   ├── crsus.msg
│   │   │   ├── crszhs.msb
│   │   │   └── crszht.msb
│   │   └── sbs
│   │   ├── clsrwrap.sbs
│   │   ├── localconfig.bat.sbs
│   │   └── srvctl.sbs
│   ├── css
│   │   └── mesg
│   │   ├── clssar.msb
│   │   ├── clsscs.msb
│   │   ├── clssdk.msb
│   │   ├── clssd.msb
│   │   ├── clssel.msb
│   │   ├── clsse.msb
│   │   ├── clssf.msb
│   │   ├── clsshu.msb
│   │   ├── clssi.msb
│   │   ├── clssiw.msb
│   │   ├── clssja.msb
│   │   ├── clssko.msb
│   │   ├── clssnl.msb
│   │   ├── clssn.msb
│   │   ├── clsspl.msb
│   │   ├── clssptb.msb
│   │   ├── clsspt.msb
│   │   ├── clssro.msb
│   │   ├── clssru.msb
│   │   ├── clsssf.msb
│   │   ├── clsssk.msb
│   │   ├── clsss.msb
│   │   ├── clssth.msb
│   │   ├── clsstr.msb
│   │   ├── clssus.msb
│   │   ├── clssus.msg
│   │   ├── clsszhs.msb
│   │   └── clsszht.msb
│   ├── cv
│   │   ├── admin
│   │   │   └── cvu_config
│   │   ├── cvdata
│   │   │   ├── 10gr1
│   │   │   │   ├── crsinst_prereq.xml
│   │   │   │   ├── dbcfg_prereq.xml
│   │   │   │   ├── dbinst_prereq.xml
│   │   │   │   ├── ora_software_cfg.xml
│   │   │   │   └── sihainst_prereq.xml
│   │   │   ├── 10gr2
│   │   │   │   ├── crsinst_prereq.xml
│   │   │   │   ├── dbcfg_prereq.xml
│   │   │   │   ├── dbinst_prereq.xml
│   │   │   │   ├── ora_software_cfg.xml
│   │   │   │   └── sihainst_prereq.xml
│   │   │   ├── 11gr1
│   │   │   │   ├── crsinst_prereq.xml
│   │   │   │   ├── dbcfg_prereq.xml
│   │   │   │   ├── dbinst_prereq.xml
│   │   │   │   ├── ora_software_cfg.xml
│   │   │   │   └── sihainst_prereq.xml
│   │   │   ├── 11gr2
│   │   │   │   ├── crsinst_prereq.xml
│   │   │   │   ├── dbcfg_prereq.xml
│   │   │   │   ├── dbinst_prereq.xml
│   │   │   │   └── sihainst_prereq.xml
│   │   │   ├── admin.dtd
│   │   │   ├── admin.xml
│   │   │   ├── constraints.dtd
│   │   │   ├── constraints.xml
│   │   │   ├── cvu_prereq.xml
│   │   │   ├── ora_software_cfg.xml
│   │   │   └── prereq.xsd
│   │   └── remenv
│   │   ├── exectask.bat
│   │   └── exectask.exe
│   ├── dc_ocm
│   │   └── clean_cron_proc.sh
│   ├── deinstall
│   │   ├── bin
│   │   │   └── oracle.key
│   │   ├── bootstrap.pl
│   │   ├── deinstall.bat
│   │   ├── deinstall.pl
│   │   ├── deinstall.xml
│   │   ├── jlib
│   │   │   ├── deinstall_core.jar
│   │   │   └── deinstall_wrapper.jar
│   │   ├── readme.txt
│   │   ├── response
│   │   │   └── deinstall.rsp.tmpl
│   │   └── utl
│   │   ├── bootstrap.bat
│   │   ├── cleanup_bootstrap.bat
│   │   ├── service_cleanup_exclude.lst
│   │   ├── startup.bat
│   │   └── winprod_cleanup.bat
│   ├── diagnostics
│   │   └── config
│   │   └── registration
│   │   └── OUI.xml
│   ├── has
│   │   └── mesg
│   │   ├── clsdar.msb
│   │   ├── clsdcs.msb
│   │   ├── clsddk.msb
│   │   ├── clsdd.msb
│   │   ├── clsdel.msb
│   │   ├── clsde.msb
│   │   ├── clsdf.msb
│   │   ├── clsdhu.msb
│   │   ├── clsdi.msb
│   │   ├── clsdiw.msb
│   │   ├── clsdja.msb
│   │   ├── clsdko.msb
│   │   ├── clsdnl.msb
│   │   ├── clsdn.msb
│   │   ├── clsdpl.msb
│   │   ├── clsdptb.msb
│   │   ├── clsdpt.msb
│   │   ├── clsdro.msb
│   │   ├── clsdru.msb
│   │   ├── clsdsf.msb
│   │   ├── clsdsk.msb
│   │   ├── clsds.msb
│   │   ├── clsdth.msb
│   │   ├── clsdtr.msb
│   │   ├── clsdus.msb
│   │   ├── clsdus.msg
│   │   ├── clsdzhs.msb
│   │   ├── clsdzht.msb
│   │   ├── clsgnar.msb
│   │   ├── clsgnca.msb
│   │   ├── clsgncs.msb
│   │   ├── clsgndk.msb
│   │   ├── clsgnd.msb
│   │   ├── clsgnel.msb
│   │   ├── clsgne.msb
│   │   ├── clsgnesa.msb
│   │   ├── clsgnf.msb
│   │   ├── clsgnhu.msb
│   │   ├── clsgni.msb
│   │   ├── clsgniw.msb
│   │   ├── clsgnja.msb
│   │   ├── clsgnko.msb
│   │   ├── clsgnnl.msb
│   │   ├── clsgnn.msb
│   │   ├── clsgnpl.msb
│   │   ├── clsgnptb.msb
│   │   ├── clsgnpt.msb
│   │   ├── clsgnro.msb
│   │   ├── clsgnru.msb
│   │   ├── clsgnsf.msb
│   │   ├── clsgnsk.msb
│   │   ├── clsgns.msb
│   │   ├── clsgnth.msb
│   │   ├── clsgntr.msb
│   │   ├── clsgnus.msb
│   │   ├── clsgnus.msg
│   │   ├── clsgnzhs.msb
│   │   ├── clsgnzht.msb
│   │   ├── clstar.msb
│   │   ├── clstcs.msb
│   │   ├── clstdk.msb
│   │   ├── clstd.msb
│   │   ├── clstel.msb
│   │   ├── clste.msb
│   │   ├── clstf.msb
│   │   ├── clsthu.msb
│   │   ├── clsti.msb
│   │   ├── clstiw.msb
│   │   ├── clstja.msb
│   │   ├── clstko.msb
│   │   ├── clstnl.msb
│   │   ├── clstn.msb
│   │   ├── clstpl.msb
│   │   ├── clstptb.msb
│   │   ├── clstpt.msb
│   │   ├── clstro.msb
│   │   ├── clstru.msb
│   │   ├── clstsf.msb
│   │   ├── clstsk.msb
│   │   ├── clsts.msb
│   │   ├── clstth.msb
│   │   ├── clsttr.msb
│   │   ├── clstus.msb
│   │   ├── clstus.msg
│   │   ├── clstzhs.msb
│   │   ├── clstzht.msb
│   │   ├── clsuar.msb
│   │   ├── clsuca.msb
│   │   ├── clsucs.msb
│   │   ├── clsudk.msb
│   │   ├── clsud.msb
│   │   ├── clsuel.msb
│   │   ├── clsue.msb
│   │   ├── clsuf.msb
│   │   ├── clsuhu.msb
│   │   ├── clsui.msb
│   │   ├── clsuiw.msb
│   │   ├── clsuja.msb
│   │   ├── clsuko.msb
│   │   ├── clsunl.msb
│   │   ├── clsun.msb
│   │   ├── clsupl.msb
│   │   ├── clsuptb.msb
│   │   ├── clsupt.msb
│   │   ├── clsuro.msb
│   │   ├── clsuru.msb
│   │   ├── clsusf.msb
│   │   ├── clsusk.msb
│   │   ├── clsus.msb
│   │   ├── clsuth.msb
│   │   ├── clsutr.msb
│   │   ├── clsuus.msb
│   │   ├── clsuus.msg
│   │   ├── clsuzhs.msb
│   │   ├── clsuzht.msb
│   │   ├── clswar.msb
│   │   ├── clswcs.msb
│   │   ├── clswdk.msb
│   │   ├── clswd.msb
│   │   ├── clswel.msb
│   │   ├── clswe.msb
│   │   ├── clswf.msb
│   │   ├── clswhu.msb
│   │   ├── clswi.msb
│   │   ├── clswiw.msb
│   │   ├── clswja.msb
│   │   ├── clswko.msb
│   │   ├── clswnl.msb
│   │   ├── clswn.msb
│   │   ├── clswpl.msb
│   │   ├── clswptb.msb
│   │   ├── clswpt.msb
│   │   ├── clswro.msb
│   │   ├── clswru.msb
│   │   ├── clswsf.msb
│   │   ├── clswsk.msb
│   │   ├── clsws.msb
│   │   ├── clswth.msb
│   │   ├── clswtr.msb
│   │   ├── clswus.msb
│   │   ├── clswzhs.msb
│   │   ├── clswzht.msb
│   │   ├── gipcar.msb
│   │   ├── gipcca.msb
│   │   ├── gipccs.msb
│   │   ├── gipcdk.msb
│   │   ├── gipcd.msb
│   │   ├── gipcel.msb
│   │   ├── gipce.msb
│   │   ├── gipcf.msb
│   │   ├── gipchu.msb
│   │   ├── gipci.msb
│   │   ├── gipciw.msb
│   │   ├── gipcja.msb
│   │   ├── gipcko.msb
│   │   ├── gipcnl.msb
│   │   ├── gipcn.msb
│   │   ├── gipcpl.msb
│   │   ├── gipcptb.msb
│   │   ├── gipcpt.msb
│   │   ├── gipcro.msb
│   │   ├── gipcru.msb
│   │   ├── gipcsf.msb
│   │   ├── gipcsk.msb
│   │   ├── gipcs.msb
│   │   ├── gipcth.msb
│   │   ├── gipctr.msb
│   │   ├── gipcus.msb
│   │   ├── gipcus.msg
│   │   ├── gipczhs.msb
│   │   ├── gipczht.msb
│   │   ├── rdear.msb
│   │   ├── rdeca.msb
│   │   ├── rdecs.msb
│   │   ├── rdedk.msb
│   │   ├── rded.msb
│   │   ├── rdeel.msb
│   │   ├── rdee.msb
│   │   ├── rdef.msb
│   │   ├── rdehu.msb
│   │   ├── rdei.msb
│   │   ├── rdeiw.msb
│   │   ├── rdeja.msb
│   │   ├── rdeko.msb
│   │   ├── rdenl.msb
│   │   ├── rden.msb
│   │   ├── rdepl.msb
│   │   ├── rdeptb.msb
│   │   ├── rdept.msb
│   │   ├── rdero.msb
│   │   ├── rderu.msb
│   │   ├── rdesf.msb
│   │   ├── rdesk.msb
│   │   ├── rdes.msb
│   │   ├── rdeth.msb
│   │   ├── rdetr.msb
│   │   ├── rdeus.msb
│   │   ├── rdeus.msg
│   │   ├── rdezhs.msb
│   │   └── rdezht.msb
│   ├── install
│   │   ├── chainedInstall
│   │   │   └── globalcontext.xml
│   │   ├── config
│   │   │   └── oracle.rdbms.util.xml
│   │   ├── envVars.properties
│   │   └── portlist.ini
│   ├── install.platform
│   ├── instantclient
│   │   └── orasqlplusic11.dll
│   ├── inventory
│   │   ├── Actions21
│   │   │   ├── fileActions
│   │   │   │   └── 10.2.0.6.0
│   │   │   │   └── fileActionLib.jar
│   │   │   ├── generalActions
│   │   │   │   └── 10.2.0.9.0
│   │   │   │   └── generalActions.jar
│   │   │   ├── jarActions
│   │   │   │   └── 10.2.0.0.0
│   │   │   │   └── jarActionLib.jar
│   │   │   ├── ntActionLib
│   │   │   │   └── 11.1.0.0.0
│   │   │   │   └── ntActionLib.jar
│   │   │   ├── ntServicesActions
│   │   │   │   └── 10.2.0.6.0
│   │   │   │   └── ntServicesActions.jar
│   │   │   ├── ntw32FoldersActions
│   │   │   │   └── 10.2.0.3.0
│   │   │   │   └── WindowsFolders.jar
│   │   │   ├── SpawnActions
│   │   │   │   └── 10.1.0.3.3
│   │   │   │   └── spawnActions.jar
│   │   │   ├── unixActions
│   │   │   │   └── 10.2.0.3.0
│   │   │   │   └── unixActions.jar
│   │   │   ├── w32OcxRegActions
│   │   │   │   └── 10.2.0.1.0
│   │   │   │   └── w32OcxLib.jar
│   │   │   └── w32RegActions
│   │   │   └── 10.2.0.1.0
│   │   │   └── w32RegActionLib.jar
│   │   ├── backup
│   │   │   └── 2018-03-12_03-08-34PM
│   │   │   ├── ContentsXML
│   │   │   │   └── oraclehomeproperties.xml
│   │   │   └── Scripts
│   │   │   └── ext
│   │   │   ├── bin
│   │   │   │   ├── Microsoft.VC80.CRT.manifest
│   │   │   │   ├── msvcm80.dll
│   │   │   │   ├── msvcp80.dll
│   │   │   │   ├── msvcr80.dll
│   │   │   │   └── vcredist_x86.exe
│   │   │   └── jlib
│   │   │   ├── cvu.jar
│   │   │   ├── installcommons_1.0.0b.jar
│   │   │   ├── instclient.jar
│   │   │   ├── instcommon.jar
│   │   │   ├── orai18n-mapping.jar
│   │   │   ├── orai18n-utility.jar
│   │   │   ├── OraPrereqChecks.jar
│   │   │   ├── OraPrereq.jar
│   │   │   └── prov_fixup.jar
│   │   ├── Clone
│   │   │   └── clone.xml
│   │   ├── Components21
│   │   │   ├── oracle.aspnet_2
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.assistants.acf
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.assistants.deconfig
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.assistants.netca.client
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.assistants.oemlt
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.bali.cabo
│   │   │   │   └── 2.2.24.5.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.bali.displayFonts
│   │   │   │   └── 9.0.2.0.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.bali.ewt
│   │   │   │   └── 3.4.47.0.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.bali.help
│   │   │   │   └── 4.2.9.0.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.bali.ice
│   │   │   │   └── 5.2.3.6.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.bali.jewt
│   │   │   │   └── 4.2.36.0.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.bali.kodiak
│   │   │   │   └── 1.2.1.0.0I
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.bali.regexp
│   │   │   │   └── 2.1.9.0.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.bali.share
│   │   │   │   └── 1.1.18.0.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.buildtools.common
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.buildtools.rsf
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.client
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.dbdev
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.dbjava.ic
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.dbjava.jdbc
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.dbjava.ucp
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.has.client
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.has.common
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.has.common.cvu
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.has.deconfig
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.has.rsf
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.install.deinstalltool
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.jdk
│   │   │   │   └── 1.5.0.17.03
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.ldap.owm
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.ldap.rsf
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.ldap.rsf.ic
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.ldap.security.osdt
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.ldap.ssl
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.network.client
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.network.rsf
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.nlsrtl.rsf
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.nlsrtl.rsf.ic
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.nlsrtl.rsf.lbuilder
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.ntoledb
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.ntoledb.odp_net_2
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.ons
│   │   │   │   └── 11.2.0.0.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.oo4o
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.oracore.rsf
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.perlint
│   │   │   │   └── 5.10.0.0.1
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.perlint.expat
│   │   │   │   └── 2.0.1.0.1
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.perlint.modules
│   │   │   │   └── 5.10.0.0.1
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.precomp.common
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.precomp.rsf
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.rdbms.crs
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.rdbms.deconfig
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.rdbms.install.common
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.rdbms.oci
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.rdbms.rsf
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.rdbms.rsf.ic
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.rdbms.rsf.runtime
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.rsf
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.slax.rsf
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.sqlplus
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.sqlplus.ic
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.swd.opatch
│   │   │   │   └── 11.2.0.0.2
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.swd.oui
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.swd.oui.core
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.sysman.ccr.deconfig
│   │   │   │   └── 10.3.1.0.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.sysman.common
│   │   │   │   └── 10.2.0.4.2
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.sysman.common.core
│   │   │   │   └── 10.2.0.4.2
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.sysman.console.emcp
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.sysman.db.rsf
│   │   │   │   └── 10.2.0.4.2
│   │   │   │   ├── context.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   ├── oracle.xdk.parser.java
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   ├── context.xml
│   │   │   │   ├── fastCopyLog.xml
│   │   │   │   ├── installIP1Log.xml
│   │   │   │   ├── installIP2Log.xml
│   │   │   │   └── resources
│   │   │   │   ├── CompID.properties
│   │   │   │   └── CompID_zh_CN.properties
│   │   │   └── oracle.xdk.rsf
│   │   │   └── 11.2.0.1.0
│   │   │   ├── context.xml
│   │   │   ├── fastCopyLog.xml
│   │   │   ├── installIP1Log.xml
│   │   │   ├── installIP2Log.xml
│   │   │   └── resources
│   │   │   ├── CompID.properties
│   │   │   └── CompID_zh_CN.properties
│   │   ├── ContentsXML
│   │   │   ├── comps.xml
│   │   │   ├── config.xml
│   │   │   ├── ConfigXML
│   │   │   │   ├── oracle.assistants.netca.client.11_2_0_1_0.CFM.0.inst.xml
│   │   │   │   ├── oracle.assistants.netca.client.11_2_0_1_0.CFM.1.inst.xml
│   │   │   │   ├── oracle.assistants.netca.client.11_2_0_1_0.xml
│   │   │   │   ├── oracle.client.11_2_0_1_0.CFM.0.inst.xml
│   │   │   │   ├── oracle.client.11_2_0_1_0.CFM.1.inst.xml
│   │   │   │   ├── oracle.client.11_2_0_1_0.xml
│   │   │   │   ├── oracle.has.common.11_2_0_1_0.xml
│   │   │   │   ├── OuiConfigVariables.1_0_0_0_0.CFM.0.inst.xml
│   │   │   │   ├── OuiConfigVariables.1_0_0_0_0.CFM.1.inst.xml
│   │   │   │   └── OuiConfigVariables.1_0_0_0_0.xml
│   │   │   ├── libs.xml
│   │   │   └── oraclehomeproperties.xml
│   │   ├── Dialogs21
│   │   │   └── standardDialogs
│   │   │   └── 10.2.0.1.0
│   │   │   └── standardDialogs.jar
│   │   ├── globalvariables
│   │   │   └── oracle.client
│   │   │   └── globalvariables.xml
│   │   ├── invDetails.properties
│   │   ├── Queries21
│   │   │   ├── areasQueries
│   │   │   │   └── 10.2.0.1.0
│   │   │   │   └── areasQueries.jar
│   │   │   ├── clusterQueriesEx
│   │   │   │   └── 10.2.0.1.0
│   │   │   │   └── clusterQuery.jar
│   │   │   ├── fileQueries
│   │   │   │   └── 10.1.0.3.0
│   │   │   │   └── fileQueries.jar
│   │   │   ├── generalPortQueries
│   │   │   │   └── 2.1.0.19.8
│   │   │   │   └── generalPortQueries.jar
│   │   │   ├── generalQueries
│   │   │   │   └── 10.2.0.2.0
│   │   │   │   └── generalQueries.jar
│   │   │   ├── globalVarQueries
│   │   │   │   └── 2.1.0.4.1
│   │   │   │   └── globalVarQueries.jar
│   │   │   ├── netQueries
│   │   │   │   └── 10.2.0.2.0
│   │   │   │   └── netQueries.jar
│   │   │   ├── NLSQueries
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   └── NLSQueries.jar
│   │   │   ├── NtServicesQueries
│   │   │   │   └── 10.2.0.3.0
│   │   │   │   └── NtServiceQueries.jar
│   │   │   ├── rgsQueries
│   │   │   │   └── 10.1.0.3.0
│   │   │   │   └── rgsQueries.jar
│   │   │   ├── RunningProcessQuery
│   │   │   │   └── 11.2.0.1.0
│   │   │   │   └── RunningProcessesQuery.jar
│   │   │   ├── unixQueries
│   │   │   │   └── 10.1.0.2.0
│   │   │   │   └── unixQueries.jar
│   │   │   ├── w32RegQueries
│   │   │   │   └── 10.2.0.1.0
│   │   │   │   └── w32RegQueryLib.jar
│   │   │   └── WindowsGeneralQueries
│   │   │   └── 10.2.0.1.0
│   │   │   └── WindowsGeneralQueries.jar
│   │   ├── response
│   │   │   ├── client_install.rsp
│   │   │   ├── netca.rsp
│   │   │   └── oracle.client_Runtime.rsp
│   │   ├── Scripts
│   │   │   ├── ext
│   │   │   │   ├── bin
│   │   │   │   │   ├── Microsoft.VC80.CRT.manifest
│   │   │   │   │   ├── msvcm80.dll
│   │   │   │   │   ├── msvcp80.dll
│   │   │   │   │   ├── msvcr80.dll
│   │   │   │   │   └── vcredist_x86.exe
│   │   │   │   └── jlib
│   │   │   │   ├── cvu.jar
│   │   │   │   ├── installcommons_1.0.0b.jar
│   │   │   │   ├── instclient.jar
│   │   │   │   ├── instcommon.jar
│   │   │   │   ├── orai18n-mapping.jar
│   │   │   │   ├── orai18n-utility.jar
│   │   │   │   ├── OraPrereqChecks.jar
│   │   │   │   ├── OraPrereq.jar
│   │   │   │   └── prov_fixup.jar
│   │   │   ├── install1.jar
│   │   │   └── oracle.client_Runtime.properties
│   │   └── Templates
│   │   ├── assistants
│   │   │   ├── bin
│   │   │   │   └── rconfig.sbs
│   │   │   └── netca
│   │   │   ├── netca.cl
│   │   │   ├── netca_deinst.sbs
│   │   │   └── netca.sbs
│   │   ├── BIN
│   │   │   ├── chopt.bat
│   │   │   ├── chopt.ini
│   │   │   ├── chopt.pl
│   │   │   ├── commonenv.bat.template
│   │   │   ├── emca.bat
│   │   │   ├── emctl.bat.template
│   │   │   ├── EmctlCommon.pm.template
│   │   │   ├── emctl.pl.template
│   │   │   ├── emutil.bat.template
│   │   │   ├── instOracle.key
│   │   │   ├── onsctl.bat
│   │   │   ├── selecthome.bat
│   │   │   ├── selecthome.bat.oo4o
│   │   │   ├── SelectHome.bat.ORAOLEDB
│   │   │   └── targetdeploy.pl
│   │   ├── crs
│   │   │   └── sbs
│   │   │   └── srvctl.sbs
│   │   ├── cv
│   │   │   └── remenv
│   │   │   └── exectask.bat
│   │   ├── deinstall
│   │   │   └── deinstall.bat
│   │   ├── install
│   │   │   └── config
│   │   │   └── oracle.rdbms.util.xml
│   │   ├── network
│   │   │   ├── install
│   │   │   │   ├── sbs
│   │   │   │   │   └── trcasst.sbs
│   │   │   │   └── sqlnet.ora.sbs
│   │   │   └── tools
│   │   │   ├── netmgr.cl.sbs
│   │   │   └── NETPROPERTIES
│   │   ├── nls
│   │   │   └── lbuilder
│   │   │   ├── lbuilder.bat
│   │   │   └── lbuilder.cl
│   │   ├── OPatch
│   │   │   └── opatch.ini
│   │   ├── opmn
│   │   │   ├── bin
│   │   │   │   ├── onsctl.bat
│   │   │   │   ├── onsctli
│   │   │   │   └── onsctli.bat
│   │   │   └── conf
│   │   │   └── ons.config
│   │   ├── oui
│   │   │   ├── bin
│   │   │   │   ├── addLangs.bat
│   │   │   │   ├── addNode.bat
│   │   │   │   ├── attachHome.bat
│   │   │   │   ├── detachHome.bat
│   │   │   │   └── runConfig.bat
│   │   │   ├── clusterparam.ini
│   │   │   └── oraparam.ini
│   │   ├── owm
│   │   │   └── install
│   │   │   ├── instowm.cl
│   │   │   ├── mkstore_nt.sbs
│   │   │   └── orapki_nt.sbs
│   │   ├── perl
│   │   │   ├── bin_tmp
│   │   │   │   ├── c2ph.bat
│   │   │   │   ├── config_data.bat
│   │   │   │   ├── corelist.bat
│   │   │   │   ├── cpan2dist.bat
│   │   │   │   ├── cpan.bat
│   │   │   │   ├── cpanp.bat
│   │   │   │   ├── cpanp-run-perl.bat
│   │   │   │   ├── enc2xs.bat
│   │   │   │   ├── find2perl.bat
│   │   │   │   ├── h2ph.bat
│   │   │   │   ├── h2xs.bat
│   │   │   │   ├── instmodsh.bat
│   │   │   │   ├── libnetcfg.bat
│   │   │   │   ├── perlbug.bat
│   │   │   │   ├── perldoc.bat
│   │   │   │   ├── perlivp.bat
│   │   │   │   ├── piconv.bat
│   │   │   │   ├── pl2pm.bat
│   │   │   │   ├── pod2html.bat
│   │   │   │   ├── pod2latex.bat
│   │   │   │   ├── pod2man.bat
│   │   │   │   ├── pod2text.bat
│   │   │   │   ├── prove.bat
│   │   │   │   ├── psed.bat
│   │   │   │   ├── pstruct.bat
│   │   │   │   ├── ptar.bat
│   │   │   │   ├── ptardiff.bat
│   │   │   │   ├── s2p.bat
│   │   │   │   ├── shasum.bat
│   │   │   │   ├── splain.bat
│   │   │   │   └── xsubpp.bat
│   │   │   ├── lib_tmp
│   │   │   │   ├── Config_heavy.pl_inst
│   │   │   │   ├── config.h_inst
│   │   │   │   ├── Config.pm_inst
│   │   │   │   └── perllocal.pod_inst
│   │   │   └── modules_lib_tmp
│   │   │   └── mk.pm
│   │   ├── RDBMS
│   │   │   └── install
│   │   │   └── sbs
│   │   │   ├── eusm.bat.sbs
│   │   │   └── umu.bat.sbs
│   │   └── sysman
│   │   └── config
│   │   └── emca.properties
│   ├── jdbc
│   │   ├── lib
│   │   │   ├── ojdbc5dms_g.jar
│   │   │   ├── ojdbc5dms.jar
│   │   │   ├── ojdbc5_g.jar
│   │   │   ├── ojdbc5.jar
│   │   │   ├── ojdbc6dms_g.jar
│   │   │   ├── ojdbc6dms.jar
│   │   │   ├── ojdbc6_g.jar
│   │   │   ├── ojdbc6.jar
│   │   │   └── simplefan.jar
│   │   └── Readme.txt
│   ├── jlib
│   │   ├── commons-el.jar
│   │   ├── cvu.jar
│   │   ├── deconfigCCR.jar
│   │   ├── emca.jar
│   │   ├── emConfigInstall.jar
│   │   ├── ewt3.jar
│   │   ├── ewt3-nls.jar
│   │   ├── ewtcompat-3_3_15.jar
│   │   ├── gns.jar
│   │   ├── help4.jar
│   │   ├── help4-nls.jar
│   │   ├── identitystore.jar
│   │   ├── identityutils.jar
│   │   ├── jaxen.jar
│   │   ├── jewt4.jar
│   │   ├── jewt4-nls.jar
│   │   ├── jsp-el-api.jar
│   │   ├── kodiak.jar
│   │   ├── ldapjclnt11.jar
│   │   ├── netcfg.jar
│   │   ├── o3logon.jar
│   │   ├── oemlt.jar
│   │   ├── ojmisc.jar
│   │   ├── ojpse.jar
│   │   ├── opm.jar
│   │   ├── oracle-el.jar
│   │   ├── oracle_ice5.jar
│   │   ├── oracle_ice.jar
│   │   ├── oraclepki103.jar
│   │   ├── oraclepki.jar
│   │   ├── orai18n-collation.jar
│   │   ├── orai18n.jar
│   │   ├── orai18n-lcsd.jar
│   │   ├── orai18n-mapping.jar
│   │   ├── orai18n-net.jar
│   │   ├── orai18n-servlet.jar
│   │   ├── orai18n-tools.jar
│   │   ├── orai18n-translation.jar
│   │   ├── orai18n-utility.jar
│   │   ├── osdt_cert.jar
│   │   ├── osdt_cmp.jar
│   │   ├── osdt_cms.jar
│   │   ├── osdt_core_fips.jar
│   │   ├── osdt_core.jar
│   │   ├── osdt_jce.jar
│   │   ├── osdt_ldap.jar
│   │   ├── osdt_lib_v11.jar
│   │   ├── osdt_lib_v12.jar
│   │   ├── osdt_ocsp.jar
│   │   ├── osdt_saml2.jar
│   │   ├── osdt_saml.jar
│   │   ├── osdt_smime.jar
│   │   ├── osdt_tsp.jar
│   │   ├── osdt_wss.jar
│   │   ├── osdt_xkms.jar
│   │   ├── osdt_xmlsec.jar
│   │   ├── rd.jar
│   │   ├── rdtool.jar
│   │   ├── regexp.jar
│   │   ├── share.jar
│   │   ├── srvmasm.jar
│   │   ├── srvmhas.jar
│   │   ├── srvm.jar
│   │   ├── supercluster-common.jar
│   │   ├── supercluster.jar
│   │   ├── uix2-install.zip
│   │   ├── uix2.jar
│   │   └── verifier15.jar
│   ├── ldap
│   │   ├── mesg
│   │   │   ├── ldapus.msb
│   │   │   ├── ldapzhs.msb
│   │   │   ├── nzus.msb
│   │   │   └── nzzhs.msb
│   │   └── schema
│   │   ├── ad
│   │   │   ├── adContextCreateCommon.sbs
│   │   │   ├── adContextCreate.lst
│   │   │   ├── adContextUpgradeFrom81600Common.sbs
│   │   │   ├── adContextUpgradeFrom81600.lst
│   │   │   ├── adDisplaySpecifiersCreate.lst
│   │   │   ├── adDisplaySpecifiers_de.sbs
│   │   │   ├── adDisplaySpecifiers_es.sbs
│   │   │   ├── adDisplaySpecifiers_fr.sbs
│   │   │   ├── adDisplaySpecifiers_it.sbs
│   │   │   ├── adDisplaySpecifiers_ja.sbs
│   │   │   ├── adDisplaySpecifiers_ko.sbs
│   │   │   ├── adDisplaySpecifiers_other.sbs
│   │   │   ├── adDisplaySpecifiers_pt_BR.sbs
│   │   │   ├── adDisplaySpecifiers_us.sbs
│   │   │   ├── adDisplaySpecifiers_zh_CN.sbs
│   │   │   ├── adSchemaCreateAux.lst
│   │   │   ├── adSchemaCreateAux.sbs
│   │   │   ├── adSchemaCreateBase.sbs
│   │   │   ├── adSchemaCreate.lst
│   │   │   ├── adSchemaCreateNet.sbs
│   │   │   ├── adSchemaCreateRDBMS.sbs
│   │   │   ├── adSchemaUpgradeFrom81600Base.sbs
│   │   │   ├── adSchemaUpgradeFrom81600.lst
│   │   │   ├── adSchemaUpgradeFrom81600Net.sbs
│   │   │   └── adSchemaUpgradeFrom81600RDBMS.sbs
│   │   ├── oid
│   │   │   ├── create_default_subscriber.sh
│   │   │   ├── create_subscriber.sh
│   │   │   ├── designate_default_subscriber.sh
│   │   │   ├── flattenlst.pl
│   │   │   ├── oidADIntegration.sbs
│   │   │   ├── oidContextCreate90100Changes.lst
│   │   │   ├── oidContextCreate90110Changes.lst
│   │   │   ├── oidContextCreate90230Changes.lst
│   │   │   ├── oidContextCreate90400Changes.lst
│   │   │   ├── oidContextCreate90500Changes.lst
│   │   │   ├── oidContextCreateCommon.sbs
│   │   │   ├── oidContextCreateDefault90510.sbs
│   │   │   ├── oidContextCreate.lst
│   │   │   ├── oidContextToRealmAuxDIT.sbs
│   │   │   ├── oidContextToRealm.lst
│   │   │   ├── oidContextUpgradeFrom101200Common.sbs
│   │   │   ├── oidContextUpgradeFrom101200.lst
│   │   │   ├── oidContextUpgradeFrom81600Common.sbs
│   │   │   ├── oidContextUpgradeFrom81600.lst
│   │   │   ├── oidContextUpgradeFrom90000Common.sbs
│   │   │   ├── oidContextUpgradeFrom90000EMAILSRVR.lst
│   │   │   ├── oidContextUpgradeFrom90000EMAILSRVR.sbs
│   │   │   ├── oidContextUpgradeFrom90000JAZN.lst
│   │   │   ├── oidContextUpgradeFrom90000JAZN.sbs
│   │   │   ├── oidContextUpgradeFrom90000.lst
│   │   │   ├── oidContextUpgradeFrom90000UMSRVR.lst
│   │   │   ├── oidContextUpgradeFrom90000UMSRVR.sbs
│   │   │   ├── oidContextUpgradeFrom90100Common.sbs
│   │   │   ├── oidContextUpgradeFrom90100.lst
│   │   │   ├── oidContextUpgradeFrom90100PKI.sbs
│   │   │   ├── oidContextUpgradeFrom90100RDBMS.sbs
│   │   │   ├── oidContextUpgradeFrom90110Common.sbs
│   │   │   ├── oidContextUpgradeFrom90110.lst
│   │   │   ├── oidContextUpgradeFrom90230Common.sbs
│   │   │   ├── oidContextUpgradeFrom90230EMAILSRVR.sbs
│   │   │   ├── oidContextUpgradeFrom90230JAZN.lst
│   │   │   ├── oidContextUpgradeFrom90230JAZN.sbs
│   │   │   ├── oidContextUpgradeFrom90230.lst
│   │   │   ├── oidContextUpgradeFrom90400Common.sbs
│   │   │   ├── oidContextUpgradeFrom90400.lst
│   │   │   ├── oidContextUpgradeFrom90400RDBMS.sbs
│   │   │   ├── oidContextUpgradeFrom90410Common.sbs
│   │   │   ├── oidContextUpgradeFrom90410ContextVersion.sbs
│   │   │   ├── oidContextUpgradeFrom90410JAZN.lst
│   │   │   ├── oidContextUpgradeFrom90410JAZN.sbs
│   │   │   ├── oidContextUpgradeFrom90410.lst
│   │   │   ├── oidContextUpgradeFrom90410RDBMS.sbs
│   │   │   ├── oidContextUpgradeFrom90500.lst
│   │   │   ├── oidContextUpgradeFrom90510Common.sbs
│   │   │   ├── oidContextUpgradeFrom90510.lst
│   │   │   ├── oidContextUpgradeVersionTo90510.sbs
│   │   │   ├── oidContextUpgradeVersionTo90600.sbs
│   │   │   ├── oidDefaultSubscriberConfig.sbs
│   │   │   ├── oidDefaultSubscriberCreate.lst
│   │   │   ├── oidDefaultSubscriberCreateParentDIT.sbs
│   │   │   ├── oidDefaultSubscriberDesignate.lst
│   │   │   ├── oidRealmUserACLs.sbs
│   │   │   ├── oidRealmUserGroupACLs.sbs
│   │   │   ├── oidRootACISetup.sbs
│   │   │   ├── oidRootContextCreate90100Changes.lst
│   │   │   ├── oidRootContextCreate90110Changes.lst
│   │   │   ├── oidRootContextCreate90230Changes.lst
│   │   │   ├── oidRootContextCreate90400Changes.lst
│   │   │   ├── oidRootContextCreate.lst
│   │   │   ├── oidRootContextCreate.sbs
│   │   │   ├── oidRootContextUpgradeFrom90000Common.sbs
│   │   │   ├── oidRootContextUpgradeFrom90000.lst
│   │   │   ├── oidRootContextUpgradeFrom90100Common.sbs
│   │   │   ├── oidRootContextUpgradeFrom90100.lst
│   │   │   ├── oidRootContextUpgradeFrom90110Common.sbs
│   │   │   ├── oidRootContextUpgradeFrom90110.lst
│   │   │   ├── oidRootContextUpgradeFrom90230Common.sbs
│   │   │   ├── oidRootContextUpgradeFrom90230.lst
│   │   │   ├── oidSchemaCreate90100Changes.lst
│   │   │   ├── oidSchemaCreate90110Changes.lst
│   │   │   ├── oidSchemaCreate90230Changes.lst
│   │   │   ├── oidSchemaCreate90400Changes.lst
│   │   │   ├── oidSchemaCreateAux.lst
│   │   │   ├── oidSchemaCreateBase.sbs
│   │   │   ├── oidSchemaCreateJNDI.sbs
│   │   │   ├── oidSchemaCreate.lst
│   │   │   ├── oidSchemaCreateNet.sbs
│   │   │   ├── oidSchemaCreateODIP.sbs
│   │   │   ├── oidSchemaCreatePKCS.sbs
│   │   │   ├── oidSchemaCreateRDBMS.sbs
│   │   │   ├── oidSchemaUpgradeFrom81600Base.sbs
│   │   │   ├── oidSchemaUpgradeFrom81600.lst
│   │   │   ├── oidSchemaUpgradeFrom81600Net.sbs
│   │   │   ├── oidSchemaUpgradeFrom81600RDBMS.sbs
│   │   │   ├── oidSchemaUpgradeFrom90000Base.sbs
│   │   │   ├── oidSchemaUpgradeFrom90000EMAILSRVR.lst
│   │   │   ├── oidSchemaUpgradeFrom90000EMAILSRVR.sbs
│   │   │   ├── oidSchemaUpgradeFrom90000JAZN.lst
│   │   │   ├── oidSchemaUpgradeFrom90000JAZN.sbs
│   │   │   ├── oidSchemaUpgradeFrom90000.lst
│   │   │   ├── oidSchemaUpgradeFrom90000Net.sbs
│   │   │   ├── oidSchemaUpgradeFrom90000RDBMS.sbs
│   │   │   ├── oidSchemaUpgradeFrom90000UM.lst
│   │   │   ├── oidSchemaUpgradeFrom90000UM.sbs
│   │   │   ├── oidSchemaUpgradeFrom90100Base.sbs
│   │   │   ├── oidSchemaUpgradeFrom90100Calendar.lst
│   │   │   ├── oidSchemaUpgradeFrom90100Calendar.sbs
│   │   │   ├── oidSchemaUpgradeFrom90100EMAILSRVR.lst
│   │   │   ├── oidSchemaUpgradeFrom90100EMAILSRVR.sbs
│   │   │   ├── oidSchemaUpgradeFrom90100JAZN.sbs
│   │   │   ├── oidSchemaUpgradeFrom90100.lst
│   │   │   ├── oidSchemaUpgradeFrom90100Net.sbs
│   │   │   ├── oidSchemaUpgradeFrom90110Base.sbs
│   │   │   ├── oidSchemaUpgradeFrom90110Calendar.lst
│   │   │   ├── oidSchemaUpgradeFrom90110Calendar.sbs
│   │   │   ├── oidSchemaUpgradeFrom90110EMAILSRVR.lst
│   │   │   ├── oidSchemaUpgradeFrom90110EMAILSRVR.sbs
│   │   │   ├── oidSchemaUpgradeFrom90110.lst
│   │   │   ├── oidSchemaUpgradeFrom90110ODIP.sbs
│   │   │   ├── oidSchemaUpgradeFrom90110PKI.sbs
│   │   │   ├── oidSchemaUpgradeFrom90110RDBMS.sbs
│   │   │   ├── oidSchemaUpgradeFrom90230Base.sbs
│   │   │   ├── oidSchemaUpgradeFrom90230.lst
│   │   │   ├── oidSubCreateJAZN.sbs
│   │   │   ├── oidSubscriberCreateAuxDIT.lst
│   │   │   ├── oidSubscriberCreateAuxDIT.sbs
│   │   │   ├── oidSubscriberCreateAuxDITUpgradeFrom90100.lst
│   │   │   ├── oidSubscriberCreateAuxDITUpgradeFrom90100.sbs
│   │   │   ├── oidSubscriberCreateCommon.lst
│   │   │   ├── oidSubscriberCreateCommon.sbs
│   │   │   ├── oidSubscriberCreateCommonUpgradeFrom90100.lst
│   │   │   ├── oidSubscriberCreateCommonUpgradeFrom90100.sbs
│   │   │   ├── oidSubscriberCreateCommonUpgradeFrom90110.lst
│   │   │   ├── oidSubscriberCreateCommonUpgradeFrom90110.sbs
│   │   │   ├── oidSubscriberCreateCommonUpgradeFrom90510.lst
│   │   │   ├── oidSubscriberCreateCommonUpgradeFrom90510.sbs
│   │   │   ├── oidSubscriberCreateEntry.sbs
│   │   │   ├── oidSubscriberCreateJAZN.sbs
│   │   │   └── oidSubscriberCreate.lst
│   │   └── versions.txt
│   ├── LIB
│   │   ├── orabz2.a
│   │   ├── oracore11.lib
│   │   ├── oraldapjclnt11.a
│   │   ├── oralzopro.a
│   │   ├── oraxml11.lib
│   │   ├── orazlib.a
│   │   ├── xmlcomp2.jar
│   │   ├── xml.jar
│   │   ├── xmlmesg.jar
│   │   ├── xmlparserv2.jar
│   │   ├── xschema.jar
│   │   └── xsu12.jar
│   ├── network
│   │   ├── admin
│   │   │   ├── sample
│   │   │   │   ├── sqlnet.ora
│   │   │   │   └── tnsnames.oRA
│   │   │   ├── sqlnet1803123下午1123.bak
│   │   │   ├── sqlnet.ora
│   │   │   └── tnsnames.ora
│   │   ├── doc
│   │   │   └── omstrap.v1
│   │   ├── install
│   │   │   ├── netca_clt.rsp
│   │   │   ├── netca_typ.rsp
│   │   │   └── sqlnet.ora.sbs
│   │   ├── jlib
│   │   │   ├── netmgr.jar
│   │   │   ├── netmgrm.jar
│   │   │   └── trcasst.jar
│   │   ├── mesg
│   │   │   ├── ncrus.msb
│   │   │   ├── ncrzhs.msb
│   │   │   ├── niqus.msb
│   │   │   ├── niqzhs.msb
│   │   │   ├── nlus.msb
│   │   │   ├── nlzhs.msb
│   │   │   ├── nmpus.msb
│   │   │   ├── nmpzhs.msb
│   │   │   ├── nmrus.msb
│   │   │   ├── nnfus.msb
│   │   │   ├── nnfzhs.msb
│   │   │   ├── snlus.msb
│   │   │   ├── snlzhs.msb
│   │   │   ├── tnsus.msb
│   │   │   └── tnszhs.msb
│   │   └── tools
│   │   ├── help
│   │   │   └── mgr
│   │   │   ├── help
│   │   │   │   ├── blafdoc.css
│   │   │   │   ├── eHelp.xml
│   │   │   │   ├── mgr.brs
│   │   │   │   ├── mgr.glo
│   │   │   │   ├── mgr.hhc
│   │   │   │   ├── mgr.hs
│   │   │   │   ├── mgr.idx
│   │   │   │   ├── mgr.map
│   │   │   │   ├── n8ahelpabout_oracle_advanced_security.htm
│   │   │   │   ├── n8ahelpaccepted.htm
│   │   │   │   ├── n8ahelpaddress.htm
│   │   │   │   ├── n8ahelpaddresslist.htm
│   │   │   │   ├── n8ahelpAddress_List_Options_dialog_box.htm
│   │   │   │   ├── n8ahelpadvanced_service_options_dialog_.htm
│   │   │   │   ├── n8ahelpauthentication_method.htm
│   │   │   │   ├── n8ahelpchange_the_oracle_context.htm
│   │   │   │   ├── n8ahelpchoose_listener_name_dialog_box.htm
│   │   │   │   ├── n8ahelpChoose_New_Context_dialog_box.htm
│   │   │   │   ├── n8ahelpclient_load_balancing.htm
│   │   │   │   ├── n8ahelpcmanora_file.htm
│   │   │   │   ├── n8ahelpcommand_menu.htm
│   │   │   │   ├── n8ahelpConfigure_a_Connect_Desc00000028.htm
│   │   │   │   ├── n8ahelpconfigure_a_connect_desc00000029.htm
│   │   │   │   ├── n8ahelpConfigure_a_Connect_Descheterog.htm
│   │   │   │   ├── n8ahelpConfigure_a_Connect_Descrdb.htm
│   │   │   │   ├── n8ahelpConfigure_Advanced_Connect_Data_.htm
│   │   │   │   ├── n8ahelpconfigure_advanced_profile_infor.htm
│   │   │   │   ├── n8ahelpconfigure_default_domains_for_cl.htm
│   │   │   │   ├── n8ahelpconfigure_encryption.htm
│   │   │   │   ├── n8ahelpconfigure_external_naming_method.htm
│   │   │   │   ├── n8ahelpConfigure_External_Procedures_fo.htm
│   │   │   │   ├── n8ahelpConfigure_Heterogeneous_Services.htm
│   │   │   │   ├── n8ahelpconfigure_integrity.htm
│   │   │   │   ├── n8ahelpconfigure_listener_addresses.htm
│   │   │   │   ├── n8ahelpconfigure_listener_logging_and_t.htm
│   │   │   │   ├── n8ahelpConfigure_Multiple_Address_Optio.htm
│   │   │   │   ├── n8ahelpConfigure_Oracle_Advance00000211.htm
│   │   │   │   ├── n8ahelpConfigure_Oracle_Advance00000212.htm
│   │   │   │   ├── n8ahelpconfigure_password_authe00000051.htm
│   │   │   │   ├── n8ahelpconfigure_profile_logging_and_tr.htm
│   │   │   │   ├── n8ahelpconnect_data.htm
│   │   │   │   ├── n8ahelpCONNECTDATA.htm
│   │   │   │   ├── n8ahelpconnect_descriptor.htm
│   │   │   │   ├── n8ahelpconnect_identifier.htm
│   │   │   │   ├── n8ahelpconnection_load_balancing.htm
│   │   │   │   ├── n8ahelpconnect_string.htm
│   │   │   │   ├── n8ahelpconnecttime_failover.htm
│   │   │   │   ├── n8ahelpcreate_additional_protocol_addre.htm
│   │   │   │   ├── n8ahelpcreate_a_listener.htm
│   │   │   │   ├── n8ahelpCreate_a_Net_Service_Name.htm
│   │   │   │   ├── n8ahelpcreate_network_route_information.htm
│   │   │   │   ├── n8ahelpCyberSafe.htm
│   │   │   │   ├── n8ahelpdatabase_identification_by_servi.htm
│   │   │   │   ├── n8ahelpdatabase_link.htm
│   │   │   │   ├── n8ahelpdatabase_services.htm
│   │   │   │   ├── n8ahelpdedicated_server.htm
│   │   │   │   ├── n8ahelpDirectory_Information_Tree_DIT.htm
│   │   │   │   ├── n8ahelpdirectory_naming_configuration_o.htm
│   │   │   │   ├── n8ahelpdirectory_naming_context.htm
│   │   │   │   ├── n8ahelpdirectory_naming.htm
│   │   │   │   ├── n8ahelpdirectory_naming_overview.htm
│   │   │   │   ├── n8ahelpDirectory_Naming_Requirements_fo.htm
│   │   │   │   ├── n8ahelpdirectory_server_authentication_.htm
│   │   │   │   ├── n8ahelpdirectory_server.htm
│   │   │   │   ├── n8ahelpdiscovery.htm
│   │   │   │   ├── n8ahelpDistinguished_Name_DN.htm
│   │   │   │   ├── n8ahelpdomain.htm
│   │   │   │   ├── n8ahelpDomain_Name_System_DNS.htm
│   │   │   │   ├── n8ahelpedit_menu.htm
│   │   │   │   ├── n8ahelpencryption.htm
│   │   │   │   ├── n8ahelpexport_oracle_names_entries_to_d.htm
│   │   │   │   ├── n8ahelpexport_tnsnamesora_file_entries_.htm
│   │   │   │   ├── n8ahelpexternal_naming.htm
│   │   │   │   ├── n8ahelpexternal_procedures.htm
│   │   │   │   ├── n8ahelpfile_menu.htm
│   │   │   │   ├── n8ahelpGeneral_Access_Rights.htm
│   │   │   │   ├── n8ahelpGeneral_Advanced.htm
│   │   │   │   ├── n8ahelpGeneral_Logging.htm
│   │   │   │   ├── n8ahelpGeneral_Parameters_Authenticatio.htm
│   │   │   │   ├── n8ahelpgeneral_parameters_general.htm
│   │   │   │   ├── n8ahelpGeneral_Parameters_Logging__Trac.htm
│   │   │   │   ├── n8ahelpgeneral_routing.htm
│   │   │   │   ├── n8ahelpGeneral_Tracing.htm
│   │   │   │   ├── n8ahelpglobal_database_name.htm
│   │   │   │   ├── n8ahelphelp_menu.htm
│   │   │   │   ├── n8ahelpHeterogeneous_Services.htm
│   │   │   │   ├── n8ahelphost_naming.htm
│   │   │   │   ├── n8ahelpinitialization_parameter_file.htm
│   │   │   │   ├── n8ahelpinstance.htm
│   │   │   │   ├── n8ahelpinstance_name.htm
│   │   │   │   ├── n8ahelpintegrity.htm
│   │   │   │   ├── n8ahelpIP_address.htm
│   │   │   │   ├── n8ahelpKERBEROSv5.htm
│   │   │   │   ├── n8ahelpldapora_file.htm
│   │   │   │   ├── n8ahelpLightweight_Directory_Access_Pro.htm
│   │   │   │   ├── n8ahelplink_qualifier.htm
│   │   │   │   ├── n8ahelplistener_configuration_overview.htm
│   │   │   │   ├── n8ahelplistener.htm
│   │   │   │   ├── n8ahelplistenerora_file.htm
│   │   │   │   ├── n8ahelplistener_overview.htm
│   │   │   │   ├── n8ahelpListening_Locations.htm
│   │   │   │   ├── n8ahelplocal_naming00000018.htm
│   │   │   │   ├── n8ahelplocal_naming00000153.htm
│   │   │   │   ├── n8ahelplocal_naming_configuration_overv.htm
│   │   │   │   ├── n8ahelplogging.htm
│   │   │   │   ├── n8ahelpLSNRCTL_utility.htm
│   │   │   │   ├── n8ahelpMicrosoft_Active_Directory.htm
│   │   │   │   ├── n8ahelpNaming_External.htm
│   │   │   │   ├── n8ahelpnaming_method.htm
│   │   │   │   ├── n8ahelpNaming_Methods.htm
│   │   │   │   ├── n8ahelpnet8_assistant_key_features.htm
│   │   │   │   ├── n8ahelpNet8_Configuration_Assistant.htm
│   │   │   │   ├── n8ahelpnet8_configuration_overview.htm
│   │   │   │   ├── n8ahelpnet8_connectivity_overview.htm
│   │   │   │   ├── n8ahelpNet8_Entries_in_a_Directory_dit.gif
│   │   │   │   ├── n8ahelpnet8_entries_in_a_directory.htm
│   │   │   │   ├── n8ahelpnet8_overview.htm
│   │   │   │   ├── n8ahelpnet_service_name.htm
│   │   │   │   ├── n8ahelpNetwork_Information_Service_NIS.htm
│   │   │   │   ├── n8ahelpnts.htm
│   │   │   │   ├── n8ahelpOracle_Advanced_Security_Authent.htm
│   │   │   │   ├── n8ahelpOracle_Advanced_Security_Encrypt.htm
│   │   │   │   ├── n8ahelpOracle_Advanced_Security.htm
│   │   │   │   ├── n8ahelpOracle_Advanced_Security_Integri.htm
│   │   │   │   ├── n8ahelpOracle_Advanced_Security_Other_P.htm
│   │   │   │   ├── n8ahelpOracle_Advanced_Security_SSL.htm
│   │   │   │   ├── n8ahelpOracle_Connection_Manager.htm
│   │   │   │   ├── n8ahelpOracle_Context.htm
│   │   │   │   ├── n8ahelpOracle_Enterprise_Manager.htm
│   │   │   │   ├── n8ahelpOracle_Internet_Directory.htm
│   │   │   │   ├── n8ahelpOracle_Rdb_database.htm
│   │   │   │   ├── n8ahelpOracle_System_Identifier_SID.htm
│   │   │   │   ├── n8ahelpOther_Services.htm
│   │   │   │   ├── n8ahelpoverview_of_the_net8_assistant_e.htm
│   │   │   │   ├── n8ahelppooled_server.htm
│   │   │   │   ├── n8ahelpPrioritize_Naming_Methods.htm
│   │   │   │   ├── n8ahelpprofile.htm
│   │   │   │   ├── n8ahelpProfile_Overview.htm
│   │   │   │   ├── n8ahelpprotocol_address.htm
│   │   │   │   ├── n8ahelpprotocol.htm
│   │   │   │   ├── n8ahelpprotocol_parameters.htm
│   │   │   │   ├── n8ahelpRADIUS.htm
│   │   │   │   ├── n8ahelpRecommended_Port_Numbers.htm
│   │   │   │   ├── n8ahelprecord_type.htm
│   │   │   │   ├── n8ahelpregion_database.htm
│   │   │   │   ├── n8ahelpRejected.htm
│   │   │   │   ├── n8ahelprelative_distinguished_name_rdn.htm
│   │   │   │   ├── n8ahelpRequested.htm
│   │   │   │   ├── n8ahelpRequired.htm
│   │   │   │   ├── n8ahelpRoute_Connection_Requests.htm
│   │   │   │   ├── n8ahelpschema.htm
│   │   │   │   ├── n8ahelpservice_handler.htm
│   │   │   │   ├── n8ahelpService_Identification.htm
│   │   │   │   ├── n8ahelpservice_name.htm
│   │   │   │   ├── n8ahelpservice_registration.htm
│   │   │   │   ├── n8ahelpsession_data_unit_SDU.htm
│   │   │   │   ├── n8ahelpSet_Authentication_Credentials.htm
│   │   │   │   ├── n8ahelpshared_server.htm
│   │   │   │   ├── n8ahelpsingle_signon.htm
│   │   │   │   ├── n8ahelpsource_routing.htm
│   │   │   │   ├── n8ahelpsqlnetora_file.htm
│   │   │   │   ├── n8ahelpSSL_authentication_method.htm
│   │   │   │   ├── n8ahelpssl_profile.htm
│   │   │   │   ├── n8ahelpstatically_configure_database_se.htm
│   │   │   │   ├── n8ahelpTask_Overview.htm
│   │   │   │   ├── n8ahelptest_connectivity.htm
│   │   │   │   ├── n8ahelptimetolive_ttl.htm
│   │   │   │   ├── n8ahelptnsnamesora_file.htm
│   │   │   │   ├── n8ahelpToolbar.htm
│   │   │   │   ├── n8ahelpToolbar_toolbarhelp.gif
│   │   │   │   ├── n8ahelpToolbar_tooldelete_0001.gif
│   │   │   │   ├── n8ahelpToolbar_toolplus.gif
│   │   │   │   ├── n8ahelpToolbar_tooltest.gif
│   │   │   │   ├── n8ahelptracing.htm
│   │   │   │   ├── n8ahelpTree_Structure_and_Hierarchical_.htm
│   │   │   │   ├── n8ahelpwelcome_to_the_net8_assistant.htm
│   │   │   │   ├── n8ahelpWindows_NT_native_authentication.htm
│   │   │   │   ├── nmhelp_create_an_alias.htm
│   │   │   │   ├── nmhelp_create_net_service_alias.htm
│   │   │   │   ├── nmhelp_easyconnect.htm
│   │   │   │   ├── nmhelp_net_service_alias_details.htm
│   │   │   │   ├── nmhelp_net_service_alias.htm
│   │   │   │   └── RoboHHRE.lng
│   │   │   └── help_zh_CN
│   │   │   ├── blafdoc.css
│   │   │   ├── eHelp.xml
│   │   │   ├── META-INF
│   │   │   │   └── MANIFEST.MF
│   │   │   ├── mgr.brs
│   │   │   ├── mgr.glo
│   │   │   ├── mgr.hhc
│   │   │   ├── mgr.hs
│   │   │   ├── mgr.idx
│   │   │   ├── mgr.map
│   │   │   ├── n8ahelpabout_oracle_advanced_security.htm
│   │   │   ├── n8ahelpaccepted.htm
│   │   │   ├── n8ahelpaddress.htm
│   │   │   ├── n8ahelpaddresslist.htm
│   │   │   ├── n8ahelpAddress_List_Options_dialog_box.htm
│   │   │   ├── n8ahelpadvanced_service_options_dialog_.htm
│   │   │   ├── n8ahelpauthentication_method.htm
│   │   │   ├── n8ahelpchange_the_oracle_context.htm
│   │   │   ├── n8ahelpchoose_listener_name_dialog_box.htm
│   │   │   ├── n8ahelpChoose_New_Context_dialog_box.htm
│   │   │   ├── n8ahelpclient_load_balancing.htm
│   │   │   ├── n8ahelpcmanora_file.htm
│   │   │   ├── n8ahelpcommand_menu.htm
│   │   │   ├── n8ahelpConfigure_a_Connect_Desc00000028.htm
│   │   │   ├── n8ahelpconfigure_a_connect_desc00000029.htm
│   │   │   ├── n8ahelpConfigure_a_Connect_Descheterog.htm
│   │   │   ├── n8ahelpConfigure_a_Connect_Descrdb.htm
│   │   │   ├── n8ahelpConfigure_Advanced_Connect_Data_.htm
│   │   │   ├── n8ahelpconfigure_advanced_profile_infor.htm
│   │   │   ├── n8ahelpconfigure_default_domains_for_cl.htm
│   │   │   ├── n8ahelpconfigure_encryption.htm
│   │   │   ├── n8ahelpconfigure_external_naming_method.htm
│   │   │   ├── n8ahelpConfigure_External_Procedures_fo.htm
│   │   │   ├── n8ahelpConfigure_Heterogeneous_Services.htm
│   │   │   ├── n8ahelpconfigure_integrity.htm
│   │   │   ├── n8ahelpconfigure_listener_addresses.htm
│   │   │   ├── n8ahelpconfigure_listener_logging_and_t.htm
│   │   │   ├── n8ahelpConfigure_Multiple_Address_Optio.htm
│   │   │   ├── n8ahelpConfigure_Oracle_Advance00000211.htm
│   │   │   ├── n8ahelpConfigure_Oracle_Advance00000212.htm
│   │   │   ├── n8ahelpconfigure_password_authe00000051.htm
│   │   │   ├── n8ahelpconfigure_profile_logging_and_tr.htm
│   │   │   ├── n8ahelpconnect_data.htm
│   │   │   ├── n8ahelpCONNECTDATA.htm
│   │   │   ├── n8ahelpconnect_descriptor.htm
│   │   │   ├── n8ahelpconnect_identifier.htm
│   │   │   ├── n8ahelpconnection_load_balancing.htm
│   │   │   ├── n8ahelpconnect_string.htm
│   │   │   ├── n8ahelpconnecttime_failover.htm
│   │   │   ├── n8ahelpcreate_additional_protocol_addre.htm
│   │   │   ├── n8ahelpcreate_a_listener.htm
│   │   │   ├── n8ahelpCreate_a_Net_Service_Name.htm
│   │   │   ├── n8ahelpcreate_network_route_information.htm
│   │   │   ├── n8ahelpCyberSafe.htm
│   │   │   ├── n8ahelpdatabase_identification_by_servi.htm
│   │   │   ├── n8ahelpdatabase_link.htm
│   │   │   ├── n8ahelpdatabase_services.htm
│   │   │   ├── n8ahelpdedicated_server.htm
│   │   │   ├── n8ahelpDirectory_Information_Tree_DIT.htm
│   │   │   ├── n8ahelpdirectory_naming_configuration_o.htm
│   │   │   ├── n8ahelpdirectory_naming_context.htm
│   │   │   ├── n8ahelpdirectory_naming.htm
│   │   │   ├── n8ahelpdirectory_naming_overview.htm
│   │   │   ├── n8ahelpDirectory_Naming_Requirements_fo.htm
│   │   │   ├── n8ahelpdirectory_server_authentication_.htm
│   │   │   ├── n8ahelpdirectory_server.htm
│   │   │   ├── n8ahelpdiscovery.htm
│   │   │   ├── n8ahelpDistinguished_Name_DN.htm
│   │   │   ├── n8ahelpdomain.htm
│   │   │   ├── n8ahelpDomain_Name_System_DNS.htm
│   │   │   ├── n8ahelpedit_menu.htm
│   │   │   ├── n8ahelpencryption.htm
│   │   │   ├── n8ahelpexport_oracle_names_entries_to_d.htm
│   │   │   ├── n8ahelpexport_tnsnamesora_file_entries_.htm
│   │   │   ├── n8ahelpexternal_naming.htm
│   │   │   ├── n8ahelpexternal_procedures.htm
│   │   │   ├── n8ahelpfile_menu.htm
│   │   │   ├── n8ahelpGeneral_Access_Rights.htm
│   │   │   ├── n8ahelpGeneral_Advanced.htm
│   │   │   ├── n8ahelpGeneral_Logging.htm
│   │   │   ├── n8ahelpGeneral_Parameters_Authenticatio.htm
│   │   │   ├── n8ahelpgeneral_parameters_general.htm
│   │   │   ├── n8ahelpGeneral_Parameters_Logging__Trac.htm
│   │   │   ├── n8ahelpgeneral_routing.htm
│   │   │   ├── n8ahelpGeneral_Tracing.htm
│   │   │   ├── n8ahelpglobal_database_name.htm
│   │   │   ├── n8ahelphelp_menu.htm
│   │   │   ├── n8ahelpHeterogeneous_Services.htm
│   │   │   ├── n8ahelphost_naming.htm
│   │   │   ├── n8ahelpinitialization_parameter_file.htm
│   │   │   ├── n8ahelpinstance.htm
│   │   │   ├── n8ahelpinstance_name.htm
│   │   │   ├── n8ahelpintegrity.htm
│   │   │   ├── n8ahelpIP_address.htm
│   │   │   ├── n8ahelpKERBEROSv5.htm
│   │   │   ├── n8ahelpldapora_file.htm
│   │   │   ├── n8ahelpLightweight_Directory_Access_Pro.htm
│   │   │   ├── n8ahelplink_qualifier.htm
│   │   │   ├── n8ahelplistener_configuration_overview.htm
│   │   │   ├── n8ahelplistener.htm
│   │   │   ├── n8ahelplistenerora_file.htm
│   │   │   ├── n8ahelplistener_overview.htm
│   │   │   ├── n8ahelpListening_Locations.htm
│   │   │   ├── n8ahelplocal_naming00000018.htm
│   │   │   ├── n8ahelplocal_naming00000153.htm
│   │   │   ├── n8ahelplocal_naming_configuration_overv.htm
│   │   │   ├── n8ahelplogging.htm
│   │   │   ├── n8ahelpLSNRCTL_utility.htm
│   │   │   ├── n8ahelpMicrosoft_Active_Directory.htm
│   │   │   ├── n8ahelpNaming_External.htm
│   │   │   ├── n8ahelpnaming_method.htm
│   │   │   ├── n8ahelpNaming_Methods.htm
│   │   │   ├── n8ahelpnet8_assistant_key_features.htm
│   │   │   ├── n8ahelpNet8_Configuration_Assistant.htm
│   │   │   ├── n8ahelpnet8_configuration_overview.htm
│   │   │   ├── n8ahelpnet8_connectivity_overview.htm
│   │   │   ├── n8ahelpNet8_Entries_in_a_Directory_dit.gif
│   │   │   ├── n8ahelpnet8_entries_in_a_directory.htm
│   │   │   ├── n8ahelpnet8_overview.htm
│   │   │   ├── n8ahelpnet_service_name.htm
│   │   │   ├── n8ahelpNetwork_Information_Service_NIS.htm
│   │   │   ├── n8ahelpnts.htm
│   │   │   ├── n8ahelpOracle_Advanced_Security_Authent.htm
│   │   │   ├── n8ahelpOracle_Advanced_Security_Encrypt.htm
│   │   │   ├── n8ahelpOracle_Advanced_Security.htm
│   │   │   ├── n8ahelpOracle_Advanced_Security_Integri.htm
│   │   │   ├── n8ahelpOracle_Advanced_Security_Other_P.htm
│   │   │   ├── n8ahelpOracle_Advanced_Security_SSL.htm
│   │   │   ├── n8ahelpOracle_Connection_Manager.htm
│   │   │   ├── n8ahelpOracle_Context.htm
│   │   │   ├── n8ahelpOracle_Enterprise_Manager.htm
│   │   │   ├── n8ahelpOracle_Internet_Directory.htm
│   │   │   ├── n8ahelpOracle_Rdb_database.htm
│   │   │   ├── n8ahelpOracle_System_Identifier_SID.htm
│   │   │   ├── n8ahelpOther_Services.htm
│   │   │   ├── n8ahelpoverview_of_the_net8_assistant_e.htm
│   │   │   ├── n8ahelppooled_server.htm
│   │   │   ├── n8ahelpPrioritize_Naming_Methods.htm
│   │   │   ├── n8ahelpprofile.htm
│   │   │   ├── n8ahelpProfile_Overview.htm
│   │   │   ├── n8ahelpprotocol_address.htm
│   │   │   ├── n8ahelpprotocol.htm
│   │   │   ├── n8ahelpprotocol_parameters.htm
│   │   │   ├── n8ahelpRADIUS.htm
│   │   │   ├── n8ahelpRecommended_Port_Numbers.htm
│   │   │   ├── n8ahelprecord_type.htm
│   │   │   ├── n8ahelpregion_database.htm
│   │   │   ├── n8ahelpRejected.htm
│   │   │   ├── n8ahelprelative_distinguished_name_rdn.htm
│   │   │   ├── n8ahelpRequested.htm
│   │   │   ├── n8ahelpRequired.htm
│   │   │   ├── n8ahelpRoute_Connection_Requests.htm
│   │   │   ├── n8ahelpschema.htm
│   │   │   ├── n8ahelpservice_handler.htm
│   │   │   ├── n8ahelpService_Identification.htm
│   │   │   ├── n8ahelpservice_name.htm
│   │   │   ├── n8ahelpservice_registration.htm
│   │   │   ├── n8ahelpsession_data_unit_SDU.htm
│   │   │   ├── n8ahelpSet_Authentication_Credentials.htm
│   │   │   ├── n8ahelpshared_server.htm
│   │   │   ├── n8ahelpsingle_signon.htm
│   │   │   ├── n8ahelpsource_routing.htm
│   │   │   ├── n8ahelpsqlnetora_file.htm
│   │   │   ├── n8ahelpSSL_authentication_method.htm
│   │   │   ├── n8ahelpssl_profile.htm
│   │   │   ├── n8ahelpstatically_configure_database_se.htm
│   │   │   ├── n8ahelpTask_Overview.htm
│   │   │   ├── n8ahelptest_connectivity.htm
│   │   │   ├── n8ahelptimetolive_ttl.htm
│   │   │   ├── n8ahelptnsnamesora_file.htm
│   │   │   ├── n8ahelpToolbar.htm
│   │   │   ├── n8ahelpToolbar_toolbarhelp.gif
│   │   │   ├── n8ahelpToolbar_tooldelete_0001.gif
│   │   │   ├── n8ahelpToolbar_toolplus.gif
│   │   │   ├── n8ahelpToolbar_tooltest.gif
│   │   │   ├── n8ahelptracing.htm
│   │   │   ├── n8ahelpTree_Structure_and_Hierarchical_.htm
│   │   │   ├── n8ahelpwelcome_to_the_net8_assistant.htm
│   │   │   ├── n8ahelpWindows_NT_native_authentication.htm
│   │   │   ├── nmhelp_create_an_alias.htm
│   │   │   ├── nmhelp_create_net_service_alias.htm
│   │   │   ├── nmhelp_easyconnect.htm
│   │   │   ├── nmhelp_net_service_alias_details.htm
│   │   │   ├── nmhelp_net_service_alias.htm
│   │   │   └── RoboHHRE.lng
│   │   ├── images
│   │   │   ├── aliasesFolder.gif
│   │   │   ├── alias.gif
│   │   │   ├── Begin.gif
│   │   │   ├── Connect.gif
│   │   │   ├── create.gif
│   │   │   ├── DBService.gif
│   │   │   ├── delete.gif
│   │   │   ├── Finish.gif
│   │   │   ├── help.gif
│   │   │   ├── LC_placebo.gif
│   │   │   ├── LDAPFolder.gif
│   │   │   ├── LDAP_placebo.gif
│   │   │   ├── listener.gif
│   │   │   ├── ListenerParent.gif
│   │   │   ├── LocalFolder.gif
│   │   │   ├── Local_placebo.gif
│   │   │   ├── migrateContext.gif
│   │   │   ├── migrateDomain.gif
│   │   │   ├── migrateIntro.gif
│   │   │   ├── migrateService.gif
│   │   │   ├── migrateUpdate.gif
│   │   │   ├── naicon.gif
│   │   │   ├── nameserv.gif
│   │   │   ├── NamesWiz.gif
│   │   │   ├── NetService.gif
│   │   │   ├── network.gif
│   │   │   ├── NewName.gif
│   │   │   ├── NS_placebo.gif
│   │   │   ├── ONamesParent.gif
│   │   │   ├── openfolder.gif
│   │   │   ├── profile.gif
│   │   │   ├── protocol.gif
│   │   │   ├── ProtocolInfo.gif
│   │   │   ├── Service.gif
│   │   │   ├── ServiceParent.gif
│   │   │   ├── servname.gif
│   │   │   ├── SID.gif
│   │   │   ├── SN_placebo.gif
│   │   │   ├── test.gif
│   │   │   └── warning.gif
│   │   ├── netmgr.cl
│   │   ├── netmgr.ico
│   │   └── NetProperties
│   ├── nls
│   │   ├── data
│   │   │   ├── lx00001.nlb
│   │   │   ├── lx00002.nlb
│   │   │   ├── lx00003.nlb
│   │   │   ├── lx00004.nlb
│   │   │   ├── lx00005.nlb
│   │   │   ├── lx00006.nlb
│   │   │   ├── lx00007.nlb
│   │   │   ├── lx00008.nlb
│   │   │   ├── lx00009.nlb
│   │   │   ├── lx0000a.nlb
│   │   │   ├── lx0000b.nlb
│   │   │   ├── lx0000c.nlb
│   │   │   ├── lx0000d.nlb
│   │   │   ├── lx0000e.nlb
│   │   │   ├── lx0000f.nlb
│   │   │   ├── lx00010.nlb
│   │   │   ├── lx00011.nlb
│   │   │   ├── lx00012.nlb
│   │   │   ├── lx00013.nlb
│   │   │   ├── lx00014.nlb
│   │   │   ├── lx00015.nlb
│   │   │   ├── lx00016.nlb
│   │   │   ├── lx00017.nlb
│   │   │   ├── lx00018.nlb
│   │   │   ├── lx00019.nlb
│   │   │   ├── lx0001a.nlb
│   │   │   ├── lx0001b.nlb
│   │   │   ├── lx0001c.nlb
│   │   │   ├── lx0001d.nlb
│   │   │   ├── lx0001e.nlb
│   │   │   ├── lx0001f.nlb
│   │   │   ├── lx00020.nlb
│   │   │   ├── lx00021.nlb
│   │   │   ├── lx00022.nlb
│   │   │   ├── lx00023.nlb
│   │   │   ├── lx00024.nlb
│   │   │   ├── lx00025.nlb
│   │   │   ├── lx00026.nlb
│   │   │   ├── lx00027.nlb
│   │   │   ├── lx00028.nlb
│   │   │   ├── lx00029.nlb
│   │   │   ├── lx0002a.nlb
│   │   │   ├── lx0002b.nlb
│   │   │   ├── lx0002c.nlb
│   │   │   ├── lx0002d.nlb
│   │   │   ├── lx0002e.nlb
│   │   │   ├── lx00030.nlb
│   │   │   ├── lx00031.nlb
│   │   │   ├── lx00032.nlb
│   │   │   ├── lx00033.nlb
│   │   │   ├── lx00034.nlb
│   │   │   ├── lx00035.nlb
│   │   │   ├── lx00036.nlb
│   │   │   ├── lx00037.nlb
│   │   │   ├── lx00038.nlb
│   │   │   ├── lx00039.nlb
│   │   │   ├── lx0003a.nlb
│   │   │   ├── lx0003b.nlb
│   │   │   ├── lx0003c.nlb
│   │   │   ├── lx0003d.nlb
│   │   │   ├── lx0003e.nlb
│   │   │   ├── lx0003f.nlb
│   │   │   ├── lx00040.nlb
│   │   │   ├── lx00041.nlb
│   │   │   ├── lx00042.nlb
│   │   │   ├── lx00043.nlb
│   │   │   ├── lx00044.nlb
│   │   │   ├── lx00045.nlb
│   │   │   ├── lx0boot.nlb
│   │   │   ├── lx10001.nlb
│   │   │   ├── lx10002.nlb
│   │   │   ├── lx10003.nlb
│   │   │   ├── lx10004.nlb
│   │   │   ├── lx100051.nlb
│   │   │   ├── lx10005.nlb
│   │   │   ├── lx10006.nlb
│   │   │   ├── lx10007.nlb
│   │   │   ├── lx10008.nlb
│   │   │   ├── lx10009.nlb
│   │   │   ├── lx1000a.nlb
│   │   │   ├── lx1000b.nlb
│   │   │   ├── lx1000c1.nlb
│   │   │   ├── lx1000c.nlb
│   │   │   ├── lx1000d.nlb
│   │   │   ├── lx1000e.nlb
│   │   │   ├── lx1000f.nlb
│   │   │   ├── lx10010.nlb
│   │   │   ├── lx10011.nlb
│   │   │   ├── lx10012.nlb
│   │   │   ├── lx10013.nlb
│   │   │   ├── lx10014.nlb
│   │   │   ├── lx10015.nlb
│   │   │   ├── lx10016.nlb
│   │   │   ├── lx10017.nlb
│   │   │   ├── lx10018.nlb
│   │   │   ├── lx10019.nlb
│   │   │   ├── lx1001a.nlb
│   │   │   ├── lx1001b.nlb
│   │   │   ├── lx1001c.nlb
│   │   │   ├── lx1001d.nlb
│   │   │   ├── lx1001e.nlb
│   │   │   ├── lx1001f.nlb
│   │   │   ├── lx10020.nlb
│   │   │   ├── lx10021.nlb
│   │   │   ├── lx10022.nlb
│   │   │   ├── lx10023.nlb
│   │   │   ├── lx10024.nlb
│   │   │   ├── lx10025.nlb
│   │   │   ├── lx10026.nlb
│   │   │   ├── lx10027.nlb
│   │   │   ├── lx10028.nlb
│   │   │   ├── lx10029.nlb
│   │   │   ├── lx1002a.nlb
│   │   │   ├── lx1002b.nlb
│   │   │   ├── lx1002c1.nlb
│   │   │   ├── lx1002c.nlb
│   │   │   ├── lx1002d.nlb
│   │   │   ├── lx1002e.nlb
│   │   │   ├── lx1002f.nlb
│   │   │   ├── lx10030.nlb
│   │   │   ├── lx100311.nlb
│   │   │   ├── lx100312.nlb
│   │   │   ├── lx10031.nlb
│   │   │   ├── lx10032.nlb
│   │   │   ├── lx10033.nlb
│   │   │   ├── lx10034.nlb
│   │   │   ├── lx10035.nlb
│   │   │   ├── lx100361.nlb
│   │   │   ├── lx10036.nlb
│   │   │   ├── lx10037.nlb
│   │   │   ├── lx10038.nlb
│   │   │   ├── lx10039.nlb
│   │   │   ├── lx1003a.nlb
│   │   │   ├── lx1003b.nlb
│   │   │   ├── lx1003c.nlb
│   │   │   ├── lx1003d.nlb
│   │   │   ├── lx1003e.nlb
│   │   │   ├── lx1003f.nlb
│   │   │   ├── lx10040.nlb
│   │   │   ├── lx10041.nlb
│   │   │   ├── lx10043.nlb
│   │   │   ├── lx10044.nlb
│   │   │   ├── lx10045.nlb
│   │   │   ├── lx10046.nlb
│   │   │   ├── lx10047.nlb
│   │   │   ├── lx100481.nlb
│   │   │   ├── lx100482.nlb
│   │   │   ├── lx100483.nlb
│   │   │   ├── lx10048.nlb
│   │   │   ├── lx10049.nlb
│   │   │   ├── lx1004a.nlb
│   │   │   ├── lx1004b1.nlb
│   │   │   ├── lx1004b2.nlb
│   │   │   ├── lx1004b.nlb
│   │   │   ├── lx1004c1.nlb
│   │   │   ├── lx1004c.nlb
│   │   │   ├── lx1004d.nlb
│   │   │   ├── lx1004e1.nlb
│   │   │   ├── lx1004e2.nlb
│   │   │   ├── lx1004e3.nlb
│   │   │   ├── lx1004e4.nlb
│   │   │   ├── lx1004e5.nlb
│   │   │   ├── lx1004e6.nlb
│   │   │   ├── lx1004e7.nlb
│   │   │   ├── lx1004e8.nlb
│   │   │   ├── lx1004e9.nlb
│   │   │   ├── lx1004ea.nlb
│   │   │   ├── lx1004eb.nlb
│   │   │   ├── lx1004e.nlb
│   │   │   ├── lx1004f.nlb
│   │   │   ├── lx10050.nlb
│   │   │   ├── lx10051.nlb
│   │   │   ├── lx10052.nlb
│   │   │   ├── lx10053.nlb
│   │   │   ├── lx10054.nlb
│   │   │   ├── lx10055.nlb
│   │   │   ├── lx10056.nlb
│   │   │   ├── lx10057.nlb
│   │   │   ├── lx10058.nlb
│   │   │   ├── lx10059.nlb
│   │   │   ├── lx1005a.nlb
│   │   │   ├── lx1005b.nlb
│   │   │   ├── lx1005c.nlb
│   │   │   ├── lx1005d.nlb
│   │   │   ├── lx1005e.nlb
│   │   │   ├── lx1005f.nlb
│   │   │   ├── lx10060.nlb
│   │   │   ├── lx10061.nlb
│   │   │   ├── lx10062.nlb
│   │   │   ├── lx10063.nlb
│   │   │   ├── lx1boot.nlb
│   │   │   ├── lx20001.nlb
│   │   │   ├── lx20002.nlb
│   │   │   ├── lx20003.nlb
│   │   │   ├── lx20004.nlb
│   │   │   ├── lx20005.nlb
│   │   │   ├── lx20006.nlb
│   │   │   ├── lx20007.nlb
│   │   │   ├── lx20008.nlb
│   │   │   ├── lx20009.nlb
│   │   │   ├── lx2000a.nlb
│   │   │   ├── lx2000b.nlb
│   │   │   ├── lx2000c.nlb
│   │   │   ├── lx2000d.nlb
│   │   │   ├── lx2000e.nlb
│   │   │   ├── lx2000f.nlb
│   │   │   ├── lx20010.nlb
│   │   │   ├── lx20011.nlb
│   │   │   ├── lx20012.nlb
│   │   │   ├── lx20013.nlb
│   │   │   ├── lx20014.nlb
│   │   │   ├── lx20015.nlb
│   │   │   ├── lx20016.nlb
│   │   │   ├── lx20017.nlb
│   │   │   ├── lx20019.nlb
│   │   │   ├── lx2001b.nlb
│   │   │   ├── lx2001c.nlb
│   │   │   ├── lx2001f.nlb
│   │   │   ├── lx20020.nlb
│   │   │   ├── lx20021.nlb
│   │   │   ├── lx20022.nlb
│   │   │   ├── lx20023.nlb
│   │   │   ├── lx20024.nlb
│   │   │   ├── lx20025.nlb
│   │   │   ├── lx20026.nlb
│   │   │   ├── lx20027.nlb
│   │   │   ├── lx20028.nlb
│   │   │   ├── lx20029.nlb
│   │   │   ├── lx2002a.nlb
│   │   │   ├── lx2002b.nlb
│   │   │   ├── lx2002c.nlb
│   │   │   ├── lx2002d.nlb
│   │   │   ├── lx2002e.nlb
│   │   │   ├── lx2002f.nlb
│   │   │   ├── lx20030.nlb
│   │   │   ├── lx20031.nlb
│   │   │   ├── lx20032.nlb
│   │   │   ├── lx20033.nlb
│   │   │   ├── lx20034.nlb
│   │   │   ├── lx2003d.nlb
│   │   │   ├── lx20046.nlb
│   │   │   ├── lx20048.nlb
│   │   │   ├── lx20051.nlb
│   │   │   ├── lx20052.nlb
│   │   │   ├── lx2005a.nlb
│   │   │   ├── lx2005b.nlb
│   │   │   ├── lx2005c.nlb
│   │   │   ├── lx2005d.nlb
│   │   │   ├── lx2005e.nlb
│   │   │   ├── lx2005f.nlb
│   │   │   ├── lx20060.nlb
│   │   │   ├── lx20061.nlb
│   │   │   ├── lx20062.nlb
│   │   │   ├── lx20063.nlb
│   │   │   ├── lx20064.nlb
│   │   │   ├── lx20065.nlb
│   │   │   ├── lx2006e.nlb
│   │   │   ├── lx20071.nlb
│   │   │   ├── lx20072.nlb
│   │   │   ├── lx2008c.nlb
│   │   │   ├── lx20096.nlb
│   │   │   ├── lx20098.nlb
│   │   │   ├── lx20099.nlb
│   │   │   ├── lx2009a.nlb
│   │   │   ├── lx2009b.nlb
│   │   │   ├── lx2009c.nlb
│   │   │   ├── lx2009e.nlb
│   │   │   ├── lx2009f.nlb
│   │   │   ├── lx200a0.nlb
│   │   │   ├── lx200a1.nlb
│   │   │   ├── lx200a2.nlb
│   │   │   ├── lx200a3.nlb
│   │   │   ├── lx200a4.nlb
│   │   │   ├── lx200a5.nlb
│   │   │   ├── lx200a6.nlb
│   │   │   ├── lx200a7.nlb
│   │   │   ├── lx200aa.nlb
│   │   │   ├── lx200ab.nlb
│   │   │   ├── lx200ac.nlb
│   │   │   ├── lx200ad.nlb
│   │   │   ├── lx200ae.nlb
│   │   │   ├── lx200af.nlb
│   │   │   ├── lx200b0.nlb
│   │   │   ├── lx200b1.nlb
│   │   │   ├── lx200b2.nlb
│   │   │   ├── lx200b3.nlb
│   │   │   ├── lx200b4.nlb
│   │   │   ├── lx200b5.nlb
│   │   │   ├── lx200b6.nlb
│   │   │   ├── lx200b7.nlb
│   │   │   ├── lx200b8.nlb
│   │   │   ├── lx200b9.nlb
│   │   │   ├── lx200ba.nlb
│   │   │   ├── lx200bb.nlb
│   │   │   ├── lx200bc.nlb
│   │   │   ├── lx200bd.nlb
│   │   │   ├── lx200be.nlb
│   │   │   ├── lx200bf.nlb
│   │   │   ├── lx200c0.nlb
│   │   │   ├── lx200c1.nlb
│   │   │   ├── lx200c2.nlb
│   │   │   ├── lx200c3.nlb
│   │   │   ├── lx200c4.nlb
│   │   │   ├── lx200c5.nlb
│   │   │   ├── lx200c6.nlb
│   │   │   ├── lx200c7.nlb
│   │   │   ├── lx200c8.nlb
│   │   │   ├── lx200c9.nlb
│   │   │   ├── lx200ca.nlb
│   │   │   ├── lx200cb.nlb
│   │   │   ├── lx200cc.nlb
│   │   │   ├── lx200cd.nlb
│   │   │   ├── lx200ce.nlb
│   │   │   ├── lx200cf.nlb
│   │   │   ├── lx200d0.nlb
│   │   │   ├── lx200d2.nlb
│   │   │   ├── lx200d3.nlb
│   │   │   ├── lx200dd.nlb
│   │   │   ├── lx200de.nlb
│   │   │   ├── lx200df.nlb
│   │   │   ├── lx200e0.nlb
│   │   │   ├── lx200e1.nlb
│   │   │   ├── lx200e2.nlb
│   │   │   ├── lx200e6.nlb
│   │   │   ├── lx200e7.nlb
│   │   │   ├── lx200e8.nlb
│   │   │   ├── lx200e9.nlb
│   │   │   ├── lx200eb.nlb
│   │   │   ├── lx200ef.nlb
│   │   │   ├── lx200f1.nlb
│   │   │   ├── lx200fb.nlb
│   │   │   ├── lx20105.nlb
│   │   │   ├── lx20106.nlb
│   │   │   ├── lx20107.nlb
│   │   │   ├── lx20108.nlb
│   │   │   ├── lx20109.nlb
│   │   │   ├── lx2010a.nlb
│   │   │   ├── lx2010b.nlb
│   │   │   ├── lx20115.nlb
│   │   │   ├── lx20116.nlb
│   │   │   ├── lx20117.nlb
│   │   │   ├── lx2012d.nlb
│   │   │   ├── lx20137.nlb
│   │   │   ├── lx20138.nlb
│   │   │   ├── lx2013a.nlb
│   │   │   ├── lx2013b.nlb
│   │   │   ├── lx2013c.nlb
│   │   │   ├── lx2013d.nlb
│   │   │   ├── lx2013f.nlb
│   │   │   ├── lx20140.nlb
│   │   │   ├── lx20142.nlb
│   │   │   ├── lx20143.nlb
│   │   │   ├── lx20144.nlb
│   │   │   ├── lx20145.nlb
│   │   │   ├── lx20146.nlb
│   │   │   ├── lx20147.nlb
│   │   │   ├── lx2015f.nlb
│   │   │   ├── lx20160.nlb
│   │   │   ├── lx20161.nlb
│   │   │   ├── lx20162.nlb
│   │   │   ├── lx20170.nlb
│   │   │   ├── lx2017c.nlb
│   │   │   ├── lx2017d.nlb
│   │   │   ├── lx2017e.nlb
│   │   │   ├── lx2017f.nlb
│   │   │   ├── lx20180.nlb
│   │   │   ├── lx20181.nlb
│   │   │   ├── lx20182.nlb
│   │   │   ├── lx20186.nlb
│   │   │   ├── lx20191.nlb
│   │   │   ├── lx201f4.nlb
│   │   │   ├── lx201f8.nlb
│   │   │   ├── lx201f9.nlb
│   │   │   ├── lx201fa.nlb
│   │   │   ├── lx201fb.nlb
│   │   │   ├── lx201fc.nlb
│   │   │   ├── lx201fd.nlb
│   │   │   ├── lx201ff.nlb
│   │   │   ├── lx20202.nlb
│   │   │   ├── lx2022a.nlb
│   │   │   ├── lx2022b.nlb
│   │   │   ├── lx2022c.nlb
│   │   │   ├── lx2022d.nlb
│   │   │   ├── lx2022e.nlb
│   │   │   ├── lx2022f.nlb
│   │   │   ├── lx20230.nlb
│   │   │   ├── lx20231.nlb
│   │   │   ├── lx20233.nlb
│   │   │   ├── lx20235.nlb
│   │   │   ├── lx20236.nlb
│   │   │   ├── lx20237.nlb
│   │   │   ├── lx2024e.nlb
│   │   │   ├── lx2031e.nlb
│   │   │   ├── lx2033d.nlb
│   │   │   ├── lx2033e.nlb
│   │   │   ├── lx2033f.nlb
│   │   │   ├── lx20340.nlb
│   │   │   ├── lx20341.nlb
│   │   │   ├── lx20342.nlb
│   │   │   ├── lx20343.nlb
│   │   │   ├── lx20344.nlb
│   │   │   ├── lx20345.nlb
│   │   │   ├── lx20346.nlb
│   │   │   ├── lx20348.nlb
│   │   │   ├── lx2034a.nlb
│   │   │   ├── lx2034d.nlb
│   │   │   ├── lx2034e.nlb
│   │   │   ├── lx20352.nlb
│   │   │   ├── lx20353.nlb
│   │   │   ├── lx20354.nlb
│   │   │   ├── lx20355.nlb
│   │   │   ├── lx20356.nlb
│   │   │   ├── lx2035c.nlb
│   │   │   ├── lx2035d.nlb
│   │   │   ├── lx2035e.nlb
│   │   │   ├── lx2035f.nlb
│   │   │   ├── lx20360.nlb
│   │   │   ├── lx20361.nlb
│   │   │   ├── lx20362.nlb
│   │   │   ├── lx20363.nlb
│   │   │   ├── lx20364.nlb
│   │   │   ├── lx20366.nlb
│   │   │   ├── lx20367.nlb
│   │   │   ├── lx20368.nlb
│   │   │   ├── lx20369.nlb
│   │   │   ├── lx203e0.nlb
│   │   │   ├── lx203e1.nlb
│   │   │   ├── lx203e2.nlb
│   │   │   ├── lx203e3.nlb
│   │   │   ├── lx203e4.nlb
│   │   │   ├── lx203e5.nlb
│   │   │   ├── lx203e6.nlb
│   │   │   ├── lx203e9.nlb
│   │   │   ├── lx203ea.nlb
│   │   │   ├── lx20726.nlb
│   │   │   ├── lx20728.nlb
│   │   │   ├── lx20729.nlb
│   │   │   ├── lx20730.nlb
│   │   │   ├── lx20732.nlb
│   │   │   ├── lx2073a.nlb
│   │   │   ├── lx2073c.nlb
│   │   │   ├── lx2073d.nlb
│   │   │   ├── lx20744.nlb
│   │   │   ├── lx20747.nlb
│   │   │   ├── lx20748.nlb
│   │   │   ├── lx20749.nlb
│   │   │   ├── lx207d0.nlb
│   │   │   ├── lx2270a.nlb
│   │   │   ├── lx2270b.nlb
│   │   │   ├── lx30001.nlb
│   │   │   ├── lx30002.nlb
│   │   │   ├── lx30003.nlb
│   │   │   ├── lx30004.nlb
│   │   │   ├── lx30005.nlb
│   │   │   ├── lx30006.nlb
│   │   │   ├── lx30007.nlb
│   │   │   ├── lx30008.nlb
│   │   │   ├── lx30009.nlb
│   │   │   ├── lx3000a.nlb
│   │   │   ├── lx3000b.nlb
│   │   │   ├── lx3000c.nlb
│   │   │   ├── lx3000d.nlb
│   │   │   ├── lx3000e.nlb
│   │   │   ├── lx3000f.nlb
│   │   │   ├── lx30010.nlb
│   │   │   ├── lx30011.nlb
│   │   │   ├── lx30012.nlb
│   │   │   ├── lx30013.nlb
│   │   │   ├── lx30014.nlb
│   │   │   ├── lx30015.nlb
│   │   │   ├── lx30016.nlb
│   │   │   ├── lx30017.nlb
│   │   │   ├── lx30018.nlb
│   │   │   ├── lx30019.nlb
│   │   │   ├── lx3001a.nlb
│   │   │   ├── lx3001b.nlb
│   │   │   ├── lx3001c.nlb
│   │   │   ├── lx3001d.nlb
│   │   │   ├── lx3001e.nlb
│   │   │   ├── lx3001f.nlb
│   │   │   ├── lx30020.nlb
│   │   │   ├── lx30021.nlb
│   │   │   ├── lx30022.nlb
│   │   │   ├── lx30023.nlb
│   │   │   ├── lx30024.nlb
│   │   │   ├── lx30025.nlb
│   │   │   ├── lx30026.nlb
│   │   │   ├── lx30027.nlb
│   │   │   ├── lx30028.nlb
│   │   │   ├── lx30029.nlb
│   │   │   ├── lx3002a.nlb
│   │   │   ├── lx3002b.nlb
│   │   │   ├── lx3002c.nlb
│   │   │   ├── lx3002d.nlb
│   │   │   ├── lx3002e.nlb
│   │   │   ├── lx3002f.nlb
│   │   │   ├── lx30030.nlb
│   │   │   ├── lx30031.nlb
│   │   │   ├── lx30032.nlb
│   │   │   ├── lx30033.nlb
│   │   │   ├── lx30034.nlb
│   │   │   ├── lx30035.nlb
│   │   │   ├── lx30036.nlb
│   │   │   ├── lx30037.nlb
│   │   │   ├── lx30038.nlb
│   │   │   ├── lx30039.nlb
│   │   │   ├── lx3003a.nlb
│   │   │   ├── lx3003b.nlb
│   │   │   ├── lx3003c.nlb
│   │   │   ├── lx3003d.nlb
│   │   │   ├── lx3003e.nlb
│   │   │   ├── lx3003f.nlb
│   │   │   ├── lx30040.nlb
│   │   │   ├── lx30041.nlb
│   │   │   ├── lx30042.nlb
│   │   │   ├── lx30043.nlb
│   │   │   ├── lx30044.nlb
│   │   │   ├── lx30045.nlb
│   │   │   ├── lx30046.nlb
│   │   │   ├── lx31001.nlb
│   │   │   ├── lx3100e.nlb
│   │   │   ├── lx31010.nlb
│   │   │   ├── lx31012.nlb
│   │   │   ├── lx31014.nlb
│   │   │   ├── lx31016.nlb
│   │   │   ├── lx31030.nlb
│   │   │   ├── lx31031.nlb
│   │   │   ├── lx31032.nlb
│   │   │   ├── lx31033.nlb
│   │   │   ├── lx31040.nlb
│   │   │   ├── lx31041.nlb
│   │   │   ├── lx31042.nlb
│   │   │   ├── lx31043.nlb
│   │   │   ├── lx31050.nlb
│   │   │   ├── lx31060.nlb
│   │   │   ├── lx40001.nlb
│   │   │   ├── lx40002.nlb
│   │   │   ├── lx40003.nlb
│   │   │   ├── lx40004.nlb
│   │   │   ├── lx40005.nlb
│   │   │   ├── lx40006.nlb
│   │   │   ├── lx40010.nlb
│   │   │   ├── lx40011.nlb
│   │   │   ├── lx40030.nlb
│   │   │   ├── lx41001.nlb
│   │   │   ├── lx41002.nlb
│   │   │   ├── lx41003.nlb
│   │   │   ├── lx41004.nlb
│   │   │   ├── lx41005.nlb
│   │   │   ├── lx41006.nlb
│   │   │   ├── lx41007.nlb
│   │   │   ├── lx41008.nlb
│   │   │   ├── lx41009.nlb
│   │   │   ├── lx70001.nlb
│   │   │   ├── lx80001.nlb
│   │   │   ├── lx80002.nlb
│   │   │   ├── lx80003.nlb
│   │   │   ├── lx80004.nlb
│   │   │   └── old
│   │   │   ├── cr9idata.pl
│   │   │   ├── data_changes.htm
│   │   │   ├── lx00002.nlb
│   │   │   ├── lx00003.nlb
│   │   │   ├── lx00004.nlb
│   │   │   ├── lx00006.nlb
│   │   │   ├── lx00008.nlb
│   │   │   ├── lx00009.nlb
│   │   │   ├── lx0000a.nlb
│   │   │   ├── lx0000b.nlb
│   │   │   ├── lx0000d.nlb
│   │   │   ├── lx0000e.nlb
│   │   │   ├── lx00010.nlb
│   │   │   ├── lx00012.nlb
│   │   │   ├── lx00013.nlb
│   │   │   ├── lx00014.nlb
│   │   │   ├── lx00015.nlb
│   │   │   ├── lx00017.nlb
│   │   │   ├── lx00018.nlb
│   │   │   ├── lx00019.nlb
│   │   │   ├── lx0001a.nlb
│   │   │   ├── lx0001b.nlb
│   │   │   ├── lx0001c.nlb
│   │   │   ├── lx0001d.nlb
│   │   │   ├── lx0001f.nlb
│   │   │   ├── lx00020.nlb
│   │   │   ├── lx00021.nlb
│   │   │   ├── lx00022.nlb
│   │   │   ├── lx00027.nlb
│   │   │   ├── lx00028.nlb
│   │   │   ├── lx0002a.nlb
│   │   │   ├── lx0002b.nlb
│   │   │   ├── lx0002e.nlb
│   │   │   ├── lx00031.nlb
│   │   │   ├── lx00032.nlb
│   │   │   ├── lx00033.nlb
│   │   │   ├── lx00034.nlb
│   │   │   ├── lx00035.nlb
│   │   │   ├── lx00038.nlb
│   │   │   ├── lx0003a.nlb
│   │   │   ├── lx0003b.nlb
│   │   │   ├── lx0boot.nlb
│   │   │   ├── lx10004.nlb
│   │   │   ├── lx10005.nlb
│   │   │   ├── lx1000a.nlb
│   │   │   ├── lx1000b.nlb
│   │   │   ├── lx1000c.nlb
│   │   │   ├── lx1000d.nlb
│   │   │   ├── lx10011.nlb
│   │   │   ├── lx10012.nlb
│   │   │   ├── lx10016.nlb
│   │   │   ├── lx10018.nlb
│   │   │   ├── lx1001a.nlb
│   │   │   ├── lx1001d.nlb
│   │   │   ├── lx10020.nlb
│   │   │   ├── lx1002c.nlb
│   │   │   ├── lx1002d.nlb
│   │   │   ├── lx10031.nlb
│   │   │   ├── lx10035.nlb
│   │   │   ├── lx10036.nlb
│   │   │   ├── lx1003c.nlb
│   │   │   ├── lx1003d.nlb
│   │   │   ├── lx1003e.nlb
│   │   │   ├── lx10048.nlb
│   │   │   ├── lx1004b.nlb
│   │   │   ├── lx1004c.nlb
│   │   │   ├── lx1004e.nlb
│   │   │   ├── lx10050.nlb
│   │   │   ├── lx10051.nlb
│   │   │   ├── lx10056.nlb
│   │   │   ├── lx1005b.nlb
│   │   │   ├── lx1005d.nlb
│   │   │   ├── lx1005e.nlb
│   │   │   ├── lx1boot.nlb
│   │   │   ├── lx40003.nlb
│   │   │   ├── lx40005.nlb
│   │   │   ├── lx40030.nlb
│   │   │   └── README.txt
│   │   ├── lbuilder
│   │   │   ├── jlib
│   │   │   │   ├── LocaleBuilder.jar
│   │   │   │   └── olbhelp.jar
│   │   │   ├── lbuilder.bat
│   │   │   ├── lbuilder.cl
│   │   │   └── olb.ico
│   │   └── mesg
│   │   ├── lxeus.msb
│   │   ├── lxeus.msg
│   │   ├── lxius.msb
│   │   ├── lxlaar.msb
│   │   ├── lxlacs.msb
│   │   ├── lxladk.msb
│   │   ├── lxlad.msb
│   │   ├── lxlael.msb
│   │   ├── lxlae.msb
│   │   ├── lxlaf.msb
│   │   ├── lxlahu.msb
│   │   ├── lxlai.msb
│   │   ├── lxlaiw.msb
│   │   ├── lxlaja.msb
│   │   ├── lxlako.msb
│   │   ├── lxlanl.msb
│   │   ├── lxlan.msb
│   │   ├── lxlapl.msb
│   │   ├── lxlaptb.msb
│   │   ├── lxlapt.msb
│   │   ├── lxlaro.msb
│   │   ├── lxlaru.msb
│   │   ├── lxlasf.msb
│   │   ├── lxlask.msb
│   │   ├── lxlas.msb
│   │   ├── lxlath.msb
│   │   ├── lxlatr.msb
│   │   ├── lxlaus.msb
│   │   ├── lxlazhs.msb
│   │   ├── lxlazht.msb
│   │   ├── lxltar.msb
│   │   ├── lxltcs.msb
│   │   ├── lxltdk.msb
│   │   ├── lxltd.msb
│   │   ├── lxltel.msb
│   │   ├── lxlte.msb
│   │   ├── lxltf.msb
│   │   ├── lxlthu.msb
│   │   ├── lxlti.msb
│   │   ├── lxltiw.msb
│   │   ├── lxltja.msb
│   │   ├── lxltko.msb
│   │   ├── lxltnl.msb
│   │   ├── lxltn.msb
│   │   ├── lxltpl.msb
│   │   ├── lxltptb.msb
│   │   ├── lxltpt.msb
│   │   ├── lxltro.msb
│   │   ├── lxltru.msb
│   │   ├── lxltsf.msb
│   │   ├── lxltsk.msb
│   │   ├── lxlts.msb
│   │   ├── lxltth.msb
│   │   ├── lxlttr.msb
│   │   ├── lxltus.msb
│   │   ├── lxltzhs.msb
│   │   ├── lxltzht.msb
│   │   ├── lxtear.msb
│   │   ├── lxtecs.msb
│   │   ├── lxtedk.msb
│   │   ├── lxted.msb
│   │   ├── lxteel.msb
│   │   ├── lxtee.msb
│   │   ├── lxtef.msb
│   │   ├── lxtehu.msb
│   │   ├── lxtei.msb
│   │   ├── lxteiw.msb
│   │   ├── lxteja.msb
│   │   ├── lxteko.msb
│   │   ├── lxtenl.msb
│   │   ├── lxten.msb
│   │   ├── lxtepl.msb
│   │   ├── lxteptb.msb
│   │   ├── lxtept.msb
│   │   ├── lxtero.msb
│   │   ├── lxteru.msb
│   │   ├── lxtesf.msb
│   │   ├── lxtesk.msb
│   │   ├── lxtes.msb
│   │   ├── lxteth.msb
│   │   ├── lxtetr.msb
│   │   ├── lxteus.msb
│   │   ├── lxtezhs.msb
│   │   └── lxtezht.msb
│   ├── oci
│   │   ├── include
│   │   │   ├── nzerror.h
│   │   │   ├── nzt.h
│   │   │   ├── occiAQ.h
│   │   │   ├── occiCommon.h
│   │   │   ├── occiControl.h
│   │   │   ├── occiData.h
│   │   │   ├── occi.h
│   │   │   ├── occiObjects.h
│   │   │   ├── oci1.h
│   │   │   ├── oci8dp.h
│   │   │   ├── ociap.h
│   │   │   ├── ociapr.h
│   │   │   ├── ocidef.h
│   │   │   ├── ocidem.h
│   │   │   ├── ocidfn.h
│   │   │   ├── ociextp.h
│   │   │   ├── oci.h
│   │   │   ├── ocikpr.h
│   │   │   ├── ocixmldb.h
│   │   │   ├── ocixml.h
│   │   │   ├── ocixstream.h
│   │   │   ├── odci.h
│   │   │   ├── oratypes.h
│   │   │   ├── orid.h
│   │   │   ├── ori.h
│   │   │   ├── orl.h
│   │   │   ├── oro.h
│   │   │   ├── ort.h
│   │   │   └── xa.h
│   │   └── lib
│   │   └── msvc
│   │   ├── oci.lib
│   │   ├── ociw32.lib
│   │   ├── oraocci11.lib
│   │   ├── vc8
│   │   │   ├── oraocci11d.dll
│   │   │   ├── oraocci11d.lib
│   │   │   ├── oraocci11.dll
│   │   │   ├── oraocci11d.sym
│   │   │   ├── oraocci11.lib
│   │   │   └── oraocci11.sym
│   │   └── vc9
│   │   ├── oraocci11d.dll
│   │   ├── oraocci11d.lib
│   │   ├── oraocci11.dll
│   │   ├── oraocci11d.sym
│   │   ├── oraocci11.lib
│   │   └── oraocci11.sym
│   ├── ODP.NET
│   │   ├── bin
│   │   │   └── 2.x
│   │   │   ├── Oracle.DataAccess.dll
│   │   │   ├── OraProvCfg.exe
│   │   │   └── Resources
│   │   │   └── zh-CHS
│   │   │   └── Oracle.DataAccess.resources.dll
│   │   ├── doc
│   │   │   └── readme.txt
│   │   ├── help
│   │   │   └── DataProviderHelp_en.msi
│   │   └── PublisherPolicy
│   │   └── 2.x
│   │   ├── Policy.2.102.Oracle.DataAccess.config
│   │   ├── Policy.2.102.Oracle.DataAccess.dll
│   │   ├── Policy.2.111.Oracle.DataAccess.config
│   │   └── Policy.2.111.Oracle.DataAccess.dll
│   ├── oledb
│   │   ├── include
│   │   │   └── OraOLEDB.h
│   │   ├── lib
│   │   │   └── OraOLEDB11.lib
│   │   ├── mesg
│   │   │   ├── oraoledbar.msb
│   │   │   ├── oraoledbcs.msb
│   │   │   ├── oraoledbdk.msb
│   │   │   ├── oraoledbd.msb
│   │   │   ├── oraoledbel.msb
│   │   │   ├── oraoledbe.msb
│   │   │   ├── oraoledbf.msb
│   │   │   ├── oraoledbhu.msb
│   │   │   ├── OraOLEDBic11.dll
│   │   │   ├── oraoledbi.msb
│   │   │   ├── oraoledbiw.msb
│   │   │   ├── oraoledbja.msb
│   │   │   ├── oraoledbko.msb
│   │   │   ├── oraoledbnl.msb
│   │   │   ├── oraoledbn.msb
│   │   │   ├── oraoledbpl.msb
│   │   │   ├── oraoledbptb.msb
│   │   │   ├── oraoledbpt.msb
│   │   │   ├── oraoledbro.msb
│   │   │   ├── oraoledbru.msb
│   │   │   ├── oraoledbsf.msb
│   │   │   ├── oraoledbsk.msb
│   │   │   ├── oraoledbs.msb
│   │   │   ├── oraoledbth.msb
│   │   │   ├── oraoledbtr.msb
│   │   │   ├── oraoledbus.msb
│   │   │   ├── oraoledbzhs.msb
│   │   │   └── oraoledbzht.msb
│   │   └── readme.txt
│   ├── oo4o
│   │   ├── CPP
│   │   │   ├── BOUND.HTM
│   │   │   ├── INCLUDE
│   │   │   │   ├── OBOUND.H
│   │   │   │   └── ORACL.H
│   │   │   ├── LIB
│   │   │   │   └── ORACLM32.LIB
│   │   │   └── MFC
│   │   │   ├── INCLUDE
│   │   │   │   └── OMFC.H
│   │   │   ├── LIB
│   │   │   │   └── OMFC60.LIB
│   │   │   ├── OMFC60.DSP
│   │   │   ├── OMFC60.DSW
│   │   │   └── SRC
│   │   │   └── OMFC.CPP
│   │   ├── doc
│   │   │   ├── oraclec.chm
│   │   │   └── README.HTM
│   │   ├── mesg
│   │   │   ├── OIPUS.MSB
│   │   │   └── OraOO4Oic11.dll
│   │   ├── OO4OPARM.REG
│   │   ├── ORACONST.TXT
│   │   ├── ORAEXAMP.SQL
│   │   └── VB
│   │   └── SAMPLES
│   │   └── LOB
│   │   └── ORACONST.TXT
│   ├── OPatch
│   │   ├── docs
│   │   │   ├── FAQ
│   │   │   ├── Prereq_Users_Guide.txt
│   │   │   └── Users_Guide.txt
│   │   ├── emdpatch.pl
│   │   ├── jlib
│   │   │   ├── opatchactions.jar
│   │   │   ├── opatch.jar
│   │   │   ├── opatchprereq.jar
│   │   │   └── opatchutil.jar
│   │   ├── ocm
│   │   │   ├── bin
│   │   │   │   └── dummy
│   │   │   ├── doc
│   │   │   │   └── dummy.txt
│   │   │   ├── generic.zip
│   │   │   └── lib
│   │   │   └── emocmutl.jar
│   │   ├── opatch.bat
│   │   ├── opatch.ini
│   │   ├── opatch.pl
│   │   └── opatchprereqs
│   │   ├── opatch
│   │   │   ├── opatch_prereq.xml
│   │   │   ├── rulemap.xml
│   │   │   └── runtime_prereq.xml
│   │   ├── oui
│   │   │   └── knowledgesrc.xml
│   │   └── prerequisite.properties
│   ├── opmn
│   │   ├── bin
│   │   │   ├── onsctl.bat
│   │   │   ├── onsctli
│   │   │   ├── onsctli.bat
│   │   │   └── ons.exe
│   │   ├── conf
│   │   │   └── ons.config
│   │   ├── lib
│   │   │   └── ons.jar
│   │   └── mesg
│   │   ├── ensus.msb
│   │   └── enszhs.msb
│   ├── oracore
│   │   ├── mesg
│   │   │   ├── ldtus.msb
│   │   │   ├── ldtzhs.msb
│   │   │   ├── lemus.msb
│   │   │   ├── lemzhs.msb
│   │   │   ├── lfius.msb
│   │   │   ├── lfizhs.msb
│   │   │   ├── lhtus.msb
│   │   │   ├── lhtzhs.msb
│   │   │   ├── lmmus.msb
│   │   │   ├── lmmzhs.msb
│   │   │   ├── lpmus.msb
│   │   │   ├── lpmzhs.msb
│   │   │   ├── lrmus.msb
│   │   │   ├── lrmzhs.msb
│   │   │   ├── lsfus.msb
│   │   │   ├── lsfzhs.msb
│   │   │   ├── ltmus.msb
│   │   │   ├── ltmzhs.msb
│   │   │   └── tlemus.msb
│   │   └── zoneinfo
│   │   ├── big
│   │   │   ├── timezlrg_10.dat
│   │   │   ├── timezlrg_11.dat
│   │   │   ├── timezlrg_1.dat
│   │   │   ├── timezlrg_2.dat
│   │   │   ├── timezlrg_3.dat
│   │   │   ├── timezlrg_4.dat
│   │   │   ├── timezlrg_5.dat
│   │   │   ├── timezlrg_6.dat
│   │   │   ├── timezlrg_7.dat
│   │   │   ├── timezlrg_8.dat
│   │   │   ├── timezlrg_9.dat
│   │   │   ├── timezone_10.dat
│   │   │   ├── timezone_11.dat
│   │   │   ├── timezone_1.dat
│   │   │   ├── timezone_2.dat
│   │   │   ├── timezone_3.dat
│   │   │   ├── timezone_4.dat
│   │   │   ├── timezone_5.dat
│   │   │   ├── timezone_6.dat
│   │   │   ├── timezone_7.dat
│   │   │   ├── timezone_8.dat
│   │   │   └── timezone_9.dat
│   │   ├── little
│   │   │   ├── timezlrg_10.dat
│   │   │   ├── timezlrg_11.dat
│   │   │   ├── timezlrg_1.dat
│   │   │   ├── timezlrg_2.dat
│   │   │   ├── timezlrg_3.dat
│   │   │   ├── timezlrg_4.dat
│   │   │   ├── timezlrg_5.dat
│   │   │   ├── timezlrg_6.dat
│   │   │   ├── timezlrg_7.dat
│   │   │   ├── timezlrg_8.dat
│   │   │   ├── timezlrg_9.dat
│   │   │   ├── timezone_10.dat
│   │   │   ├── timezone_11.dat
│   │   │   ├── timezone_1.dat
│   │   │   ├── timezone_2.dat
│   │   │   ├── timezone_3.dat
│   │   │   ├── timezone_4.dat
│   │   │   ├── timezone_5.dat
│   │   │   ├── timezone_6.dat
│   │   │   ├── timezone_7.dat
│   │   │   ├── timezone_8.dat
│   │   │   └── timezone_9.dat
│   │   ├── readme.txt
│   │   ├── timezdif.csv
│   │   ├── timezlrg_10.dat
│   │   ├── timezlrg_11.dat
│   │   ├── timezlrg_1.dat
│   │   ├── timezlrg_2.dat
│   │   ├── timezlrg_3.dat
│   │   ├── timezlrg_4.dat
│   │   ├── timezlrg_5.dat
│   │   ├── timezlrg_6.dat
│   │   ├── timezlrg_7.dat
│   │   ├── timezlrg_8.dat
│   │   ├── timezlrg_9.dat
│   │   ├── timezone_10.dat
│   │   ├── timezone_11.dat
│   │   ├── timezone_1.dat
│   │   ├── timezone_2.dat
│   │   ├── timezone_3.dat
│   │   ├── timezone_4.dat
│   │   ├── timezone_5.dat
│   │   ├── timezone_6.dat
│   │   ├── timezone_7.dat
│   │   ├── timezone_8.dat
│   │   └── timezone_9.dat
│   ├── oui
│   │   ├── admin_langs.xml
│   │   ├── bin
│   │   │   ├── addLangs.bat
│   │   │   ├── addNode.bat
│   │   │   ├── attachHome.bat
│   │   │   ├── detachHome.bat
│   │   │   ├── filesList.bat
│   │   │   ├── filesList.properties
│   │   │   ├── filesList.sh
│   │   │   ├── lsnodes.exe
│   │   │   ├── orauts.dll
│   │   │   ├── resource
│   │   │   │   ├── cons_de.nls
│   │   │   │   ├── cons_es.nls
│   │   │   │   ├── cons_fr.nls
│   │   │   │   ├── cons_it.nls
│   │   │   │   ├── cons_ja.nls
│   │   │   │   ├── cons_ko.nls
│   │   │   │   ├── cons.nls
│   │   │   │   ├── cons_pt_BR.nls
│   │   │   │   ├── cons_zh_CN.nls
│   │   │   │   └── cons_zh_TW.nls
│   │   │   ├── runConfig.bat
│   │   │   └── setup.exe
│   │   ├── clusterparam.ini
│   │   ├── instImages
│   │   │   ├── 10gOneClickbusybar.gif
│   │   │   ├── bg.jpg
│   │   │   ├── images.properties
│   │   │   ├── oneclickbg.gif
│   │   │   └── splashScr.gif
│   │   ├── jlib
│   │   │   ├── classes12.jar
│   │   │   ├── emCfg.jar
│   │   │   ├── emocmutl.jar
│   │   │   ├── ewt3.jar
│   │   │   ├── ewt3-nls.jar
│   │   │   ├── ewt3-swingaccess.jar
│   │   │   ├── filesList.jar
│   │   │   ├── help4.jar
│   │   │   ├── help4-nls.jar
│   │   │   ├── http_client.jar
│   │   │   ├── InstHelp_de.jar
│   │   │   ├── InstHelp_es.jar
│   │   │   ├── InstHelp_fr.jar
│   │   │   ├── InstHelp_it.jar
│   │   │   ├── InstHelp_ja.jar
│   │   │   ├── InstHelp.jar
│   │   │   ├── InstHelp_ko.jar
│   │   │   ├── InstHelp_pt_BR.jar
│   │   │   ├── InstHelp_zh_CN.jar
│   │   │   ├── InstHelp_zh_TW.jar
│   │   │   ├── InstImages.jar
│   │   │   ├── jewt4.jar
│   │   │   ├── jsch.jar
│   │   │   ├── ojmisc.jar
│   │   │   ├── oneclick.jar
│   │   │   ├── OraCheckPoint.jar
│   │   │   ├── oracle_ice.jar
│   │   │   ├── orai18n-collation.jar
│   │   │   ├── orai18n-mapping.jar
│   │   │   ├── OraInstaller.jar
│   │   │   ├── OraInstallerNet.jar
│   │   │   ├── OraPrereqChecks.jar
│   │   │   ├── OraPrereq.jar
│   │   │   ├── prov_fixup.jar
│   │   │   ├── remoteinterfaces.jar
│   │   │   ├── share.jar
│   │   │   ├── srvmasm.jar
│   │   │   ├── srvm.jar
│   │   │   ├── ssh.jar
│   │   │   ├── swingaccess.jar
│   │   │   ├── xml.jar
│   │   │   └── xmlparserv2.jar
│   │   ├── lib
│   │   │   └── win32
│   │   │   ├── Microsoft.VC80.CRT.manifest
│   │   │   ├── msvcp71.dll
│   │   │   ├── msvcp80.dll
│   │   │   ├── msvcr71.dll
│   │   │   ├── msvcr80.dll
│   │   │   ├── oraInstaller.dll
│   │   │   ├── orasrvm11.dll
│   │   │   ├── orauts.dll
│   │   │   ├── orawsec11.dll
│   │   │   └── RemoteCommandWMI.dll
│   │   ├── nlsrtlmap.xml
│   │   ├── oraparam.ini
│   │   ├── runtime_langs.xml
│   │   └── schema
│   │   └── filemap.xsd
│   ├── owm
│   │   ├── install
│   │   │   ├── instowm.cl
│   │   │   └── wallet.ico
│   │   └── jlib
│   │   ├── owm-3_0.jar
│   │   ├── owm_help.jar
│   │   └── owm-images.jar
│   ├── perl
│   │   ├── bin
│   │   │   ├── a2p.exe
│   │   │   ├── a2p.pdb
│   │   │   ├── c2ph.bat
│   │   │   ├── config_data.bat
│   │   │   ├── corelist.bat
│   │   │   ├── cpan2dist.bat
│   │   │   ├── cpan.bat
│   │   │   ├── cpanp.bat
│   │   │   ├── cpanp-run-perl.bat
│   │   │   ├── dbilogstrip
│   │   │   ├── dbilogstrip.bat
│   │   │   ├── dbiprof
│   │   │   ├── dbiprof.bat
│   │   │   ├── dbiproxy
│   │   │   ├── dbiproxy.bat
│   │   │   ├── dprofpp.bat
│   │   │   ├── enc2xs.bat
│   │   │   ├── exetype.bat
│   │   │   ├── find2perl.bat
│   │   │   ├── h2ph.bat
│   │   │   ├── h2xs.bat
│   │   │   ├── instmodsh.bat
│   │   │   ├── libnetcfg.bat
│   │   │   ├── ora_explain
│   │   │   ├── ora_explain.bat
│   │   │   ├── perl5.10.0.exe
│   │   │   ├── perl510.dll
│   │   │   ├── perl510.pdb
│   │   │   ├── perlbug.bat
│   │   │   ├── perldoc.bat
│   │   │   ├── perl.exe
│   │   │   ├── perlglob.bat
│   │   │   ├── perlglob.exe
│   │   │   ├── perlglob.pdb
│   │   │   ├── perlivp.bat
│   │   │   ├── perl.pdb
│   │   │   ├── piconv.bat
│   │   │   ├── pl2bat.bat
│   │   │   ├── pl2pm.bat
│   │   │   ├── pod2html.bat
│   │   │   ├── pod2latex.bat
│   │   │   ├── pod2man.bat
│   │   │   ├── pod2text.bat
│   │   │   ├── pod2usage.bat
│   │   │   ├── podchecker.bat
│   │   │   ├── podselect.bat
│   │   │   ├── prove.bat
│   │   │   ├── psed.bat
│   │   │   ├── pstruct.bat
│   │   │   ├── ptar.bat
│   │   │   ├── ptardiff.bat
│   │   │   ├── runperl.bat
│   │   │   ├── s2p.bat
│   │   │   ├── search.bat
│   │   │   ├── shasum.bat
│   │   │   ├── splain.bat
│   │   │   ├── wperl.exe
│   │   │   └── xsubpp.bat
│   │   ├── html
│   │   │   ├── lib
│   │   │   │   ├── AnyDBM_File.html
│   │   │   │   ├── Archive
│   │   │   │   │   ├── Extract.html
│   │   │   │   │   ├── Tar
│   │   │   │   │   │   ├── Constant.html
│   │   │   │   │   │   └── File.html
│   │   │   │   │   └── Tar.html
│   │   │   │   ├── Attribute
│   │   │   │   │   ├── Handlers
│   │   │   │   │   │   └── demo
│   │   │   │   │   │   ├── Demo.html
│   │   │   │   │   │   ├── Descriptions.html
│   │   │   │   │   │   └── MyClass.html
│   │   │   │   │   └── Handlers.html
│   │   │   │   ├── attributes.html
│   │   │   │   ├── attrs.html
│   │   │   │   ├── AutoLoader.html
│   │   │   │   ├── AutoSplit.html
│   │   │   │   ├── autouse.html
│   │   │   │   ├── B
│   │   │   │   │   ├── Concise.html
│   │   │   │   │   ├── Debug.html
│   │   │   │   │   ├── Deparse.html
│   │   │   │   │   ├── Lint.html
│   │   │   │   │   ├── Showlex.html
│   │   │   │   │   ├── Terse.html
│   │   │   │   │   └── Xref.html
│   │   │   │   ├── base.html
│   │   │   │   ├── Benchmark.html
│   │   │   │   ├── B.html
│   │   │   │   ├── bigint.html
│   │   │   │   ├── bignum.html
│   │   │   │   ├── bigrat.html
│   │   │   │   ├── blib.html
│   │   │   │   ├── bytes.html
│   │   │   │   ├── Carp
│   │   │   │   │   └── Heavy.html
│   │   │   │   ├── Carp.html
│   │   │   │   ├── CGI
│   │   │   │   │   ├── Apache.html
│   │   │   │   │   ├── Carp.html
│   │   │   │   │   ├── Cookie.html
│   │   │   │   │   ├── Fast.html
│   │   │   │   │   ├── Pretty.html
│   │   │   │   │   ├── Push.html
│   │   │   │   │   ├── Switch.html
│   │   │   │   │   └── Util.html
│   │   │   │   ├── CGI.html
│   │   │   │   ├── charnames.html
│   │   │   │   ├── Class
│   │   │   │   │   ├── ISA.html
│   │   │   │   │   └── Struct.html
│   │   │   │   ├── Compress
│   │   │   │   │   ├── Raw
│   │   │   │   │   │   └── Zlib.html
│   │   │   │   │   └── Zlib.html
│   │   │   │   ├── Config
│   │   │   │   │   └── Extensions.html
│   │   │   │   ├── Config.html
│   │   │   │   ├── constant.html
│   │   │   │   ├── CORE.html
│   │   │   │   ├── CPAN
│   │   │   │   │   ├── API
│   │   │   │   │   │   └── HOWTO.html
│   │   │   │   │   ├── Debug.html
│   │   │   │   │   ├── DeferedCode.html
│   │   │   │   │   ├── FirstTime.html
│   │   │   │   │   ├── HandleConfig.html
│   │   │   │   │   ├── Kwalify.html
│   │   │   │   │   ├── Nox.html
│   │   │   │   │   ├── Queue.html
│   │   │   │   │   ├── Tarzip.html
│   │   │   │   │   └── Version.html
│   │   │   │   ├── CPAN.html
│   │   │   │   ├── CPANPLUS
│   │   │   │   │   ├── Backend
│   │   │   │   │   │   └── RV.html
│   │   │   │   │   ├── Backend.html
│   │   │   │   │   ├── Config.html
│   │   │   │   │   ├── Configure
│   │   │   │   │   │   └── Setup.html
│   │   │   │   │   ├── Configure.html
│   │   │   │   │   ├── Dist
│   │   │   │   │   │   ├── Base.html
│   │   │   │   │   │   ├── Build
│   │   │   │   │   │   │   └── Constants.html
│   │   │   │   │   │   ├── Build.html
│   │   │   │   │   │   ├── MM.html
│   │   │   │   │   │   └── Sample.html
│   │   │   │   │   ├── Dist.html
│   │   │   │   │   ├── Error.html
│   │   │   │   │   ├── FAQ.html
│   │   │   │   │   ├── Hacking.html
│   │   │   │   │   ├── inc.html
│   │   │   │   │   ├── Internals
│   │   │   │   │   │   ├── Constants
│   │   │   │   │   │   │   └── Report.html
│   │   │   │   │   │   ├── Constants.html
│   │   │   │   │   │   ├── Extract.html
│   │   │   │   │   │   ├── Fetch.html
│   │   │   │   │   │   ├── Report.html
│   │   │   │   │   │   ├── Search.html
│   │   │   │   │   │   ├── Source.html
│   │   │   │   │   │   ├── Utils
│   │   │   │   │   │   │   └── Autoflush.html
│   │   │   │   │   │   └── Utils.html
│   │   │   │   │   ├── Internals.html
│   │   │   │   │   ├── Module
│   │   │   │   │   │   ├── Author
│   │   │   │   │   │   │   └── Fake.html
│   │   │   │   │   │   ├── Author.html
│   │   │   │   │   │   ├── Checksums.html
│   │   │   │   │   │   ├── Fake.html
│   │   │   │   │   │   └── Signature.html
│   │   │   │   │   ├── Module.html
│   │   │   │   │   ├── Selfupdate.html
│   │   │   │   │   ├── Shell
│   │   │   │   │   │   ├── Classic.html
│   │   │   │   │   │   ├── Default
│   │   │   │   │   │   │   └── Plugins
│   │   │   │   │   │   │   ├── CustomSource.html
│   │   │   │   │   │   │   ├── HOWTO.html
│   │   │   │   │   │   │   ├── Remote.html
│   │   │   │   │   │   │   └── Source.html
│   │   │   │   │   │   └── Default.html
│   │   │   │   │   └── Shell.html
│   │   │   │   ├── CPANPLUS.html
│   │   │   │   ├── Cwd.html
│   │   │   │   ├── Data
│   │   │   │   │   └── Dumper.html
│   │   │   │   ├── DB.html
│   │   │   │   ├── DBM_Filter
│   │   │   │   │   ├── compress.html
│   │   │   │   │   ├── encode.html
│   │   │   │   │   ├── int32.html
│   │   │   │   │   ├── null.html
│   │   │   │   │   └── utf8.html
│   │   │   │   ├── DBM_Filter.html
│   │   │   │   ├── Devel
│   │   │   │   │   ├── DProf.html
│   │   │   │   │   ├── InnerPackage.html
│   │   │   │   │   ├── Peek.html
│   │   │   │   │   ├── PPPort.html
│   │   │   │   │   └── SelfStubber.html
│   │   │   │   ├── diagnostics.html
│   │   │   │   ├── Digest
│   │   │   │   │   ├── base.html
│   │   │   │   │   ├── file.html
│   │   │   │   │   ├── MD5.html
│   │   │   │   │   └── SHA.html
│   │   │   │   ├── Digest.html
│   │   │   │   ├── DirHandle.html
│   │   │   │   ├── Dumpvalue.html
│   │   │   │   ├── DynaLoader.html
│   │   │   │   ├── Encode
│   │   │   │   │   ├── Alias.html
│   │   │   │   │   ├── Byte.html
│   │   │   │   │   ├── CJKConstants.html
│   │   │   │   │   ├── CN
│   │   │   │   │   │   └── HZ.html
│   │   │   │   │   ├── CN.html
│   │   │   │   │   ├── Config.html
│   │   │   │   │   ├── EBCDIC.html
│   │   │   │   │   ├── Encoder.html
│   │   │   │   │   ├── Encoding.html
│   │   │   │   │   ├── GSM0338.html
│   │   │   │   │   ├── Guess.html
│   │   │   │   │   ├── JP
│   │   │   │   │   │   ├── H2Z.html
│   │   │   │   │   │   └── JIS7.html
│   │   │   │   │   ├── JP.html
│   │   │   │   │   ├── KR
│   │   │   │   │   │   └── 2022_KR.html
│   │   │   │   │   ├── KR.html
│   │   │   │   │   ├── MIME
│   │   │   │   │   │   ├── Header
│   │   │   │   │   │   │   └── ISO_2022_JP.html
│   │   │   │   │   │   ├── Header.html
│   │   │   │   │   │   └── Name.html
│   │   │   │   │   ├── PerlIO.html
│   │   │   │   │   ├── Supported.html
│   │   │   │   │   ├── Symbol.html
│   │   │   │   │   ├── TW.html
│   │   │   │   │   ├── Unicode
│   │   │   │   │   │   └── UTF7.html
│   │   │   │   │   └── Unicode.html
│   │   │   │   ├── Encode.html
│   │   │   │   ├── encoding
│   │   │   │   │   └── warnings.html
│   │   │   │   ├── encoding.html
│   │   │   │   ├── English.html
│   │   │   │   ├── Env.html
│   │   │   │   ├── Errno.html
│   │   │   │   ├── Exporter
│   │   │   │   │   └── Heavy.html
│   │   │   │   ├── Exporter.html
│   │   │   │   ├── ExtUtils
│   │   │   │   │   ├── CBuilder
│   │   │   │   │   │   ├── Base.html
│   │   │   │   │   │   └── Platform
│   │   │   │   │   │   ├── aix.html
│   │   │   │   │   │   ├── cygwin.html
│   │   │   │   │   │   ├── darwin.html
│   │   │   │   │   │   ├── dec_osf.html
│   │   │   │   │   │   ├── os2.html
│   │   │   │   │   │   ├── Unix.html
│   │   │   │   │   │   ├── VMS.html
│   │   │   │   │   │   └── Windows.html
│   │   │   │   │   ├── CBuilder.html
│   │   │   │   │   ├── Command
│   │   │   │   │   │   └── MM.html
│   │   │   │   │   ├── Command.html
│   │   │   │   │   ├── Constant
│   │   │   │   │   │   ├── Base.html
│   │   │   │   │   │   ├── ProxySubs.html
│   │   │   │   │   │   ├── Utils.html
│   │   │   │   │   │   └── XS.html
│   │   │   │   │   ├── Constant.html
│   │   │   │   │   ├── Embed.html
│   │   │   │   │   ├── Installed.html
│   │   │   │   │   ├── Install.html
│   │   │   │   │   ├── Liblist
│   │   │   │   │   │   └── Kid.html
│   │   │   │   │   ├── Liblist.html
│   │   │   │   │   ├── MakeMaker
│   │   │   │   │   │   ├── bytes.html
│   │   │   │   │   │   ├── Config.html
│   │   │   │   │   │   ├── FAQ.html
│   │   │   │   │   │   ├── Tutorial.html
│   │   │   │   │   │   └── vmsish.html
│   │   │   │   │   ├── MakeMaker.html
│   │   │   │   │   ├── Manifest.html
│   │   │   │   │   ├── Miniperl.html
│   │   │   │   │   ├── Mkbootstrap.html
│   │   │   │   │   ├── Mksymlists.html
│   │   │   │   │   ├── MM_AIX.html
│   │   │   │   │   ├── MM_Any.html
│   │   │   │   │   ├── MM_BeOS.html
│   │   │   │   │   ├── MM_Cygwin.html
│   │   │   │   │   ├── MM_DOS.html
│   │   │   │   │   ├── MM.html
│   │   │   │   │   ├── MM_MacOS.html
│   │   │   │   │   ├── MM_NW5.html
│   │   │   │   │   ├── MM_OS2.html
│   │   │   │   │   ├── MM_QNX.html
│   │   │   │   │   ├── MM_Unix.html
│   │   │   │   │   ├── MM_UWIN.html
│   │   │   │   │   ├── MM_VMS.html
│   │   │   │   │   ├── MM_VOS.html
│   │   │   │   │   ├── MM_Win32.html
│   │   │   │   │   ├── MM_Win95.html
│   │   │   │   │   ├── MY.html
│   │   │   │   │   ├── Packlist.html
│   │   │   │   │   ├── ParseXS.html
│   │   │   │   │   └── testlib.html
│   │   │   │   ├── Fatal.html
│   │   │   │   ├── Fcntl.html
│   │   │   │   ├── feature.html
│   │   │   │   ├── fields.html
│   │   │   │   ├── File
│   │   │   │   │   ├── Basename.html
│   │   │   │   │   ├── CheckTree.html
│   │   │   │   │   ├── Compare.html
│   │   │   │   │   ├── Copy.html
│   │   │   │   │   ├── DosGlob.html
│   │   │   │   │   ├── Fetch.html
│   │   │   │   │   ├── Find.html
│   │   │   │   │   ├── Glob.html
│   │   │   │   │   ├── GlobMapper.html
│   │   │   │   │   ├── Path.html
│   │   │   │   │   ├── Spec
│   │   │   │   │   │   ├── Cygwin.html
│   │   │   │   │   │   ├── Epoc.html
│   │   │   │   │   │   ├── Functions.html
│   │   │   │   │   │   ├── Mac.html
│   │   │   │   │   │   ├── OS2.html
│   │   │   │   │   │   ├── Unix.html
│   │   │   │   │   │   ├── VMS.html
│   │   │   │   │   │   └── Win32.html
│   │   │   │   │   ├── Spec.html
│   │   │   │   │   ├── stat.html
│   │   │   │   │   └── Temp.html
│   │   │   │   ├── FileCache.html
│   │   │   │   ├── FileHandle.html
│   │   │   │   ├── filetest.html
│   │   │   │   ├── Filter
│   │   │   │   │   ├── Simple.html
│   │   │   │   │   └── Util
│   │   │   │   │   └── Call.html
│   │   │   │   ├── FindBin.html
│   │   │   │   ├── Getopt
│   │   │   │   │   ├── Long.html
│   │   │   │   │   └── Std.html
│   │   │   │   ├── Hash
│   │   │   │   │   ├── Util
│   │   │   │   │   │   └── FieldHash.html
│   │   │   │   │   └── Util.html
│   │   │   │   ├── I18N
│   │   │   │   │   ├── Collate.html
│   │   │   │   │   ├── LangTags
│   │   │   │   │   │   ├── Detect.html
│   │   │   │   │   │   └── List.html
│   │   │   │   │   └── LangTags.html
│   │   │   │   ├── if.html
│   │   │   │   ├── integer.html
│   │   │   │   ├── IO
│   │   │   │   │   ├── Compress
│   │   │   │   │   │   ├── Adapter
│   │   │   │   │   │   │   ├── Deflate.html
│   │   │   │   │   │   │   └── Identity.html
│   │   │   │   │   │   ├── Base
│   │   │   │   │   │   │   └── Common.html
│   │   │   │   │   │   ├── Base.html
│   │   │   │   │   │   ├── Deflate.html
│   │   │   │   │   │   ├── Gzip
│   │   │   │   │   │   │   └── Constants.html
│   │   │   │   │   │   ├── Gzip.html
│   │   │   │   │   │   ├── RawDeflate.html
│   │   │   │   │   │   ├── Zip
│   │   │   │   │   │   │   └── Constants.html
│   │   │   │   │   │   ├── Zip.html
│   │   │   │   │   │   └── Zlib
│   │   │   │   │   │   ├── Constants.html
│   │   │   │   │   │   └── Extra.html
│   │   │   │   │   ├── Dir.html
│   │   │   │   │   ├── File.html
│   │   │   │   │   ├── Handle.html
│   │   │   │   │   ├── Pipe.html
│   │   │   │   │   ├── Poll.html
│   │   │   │   │   ├── Seekable.html
│   │   │   │   │   ├── Select.html
│   │   │   │   │   ├── Socket
│   │   │   │   │   │   ├── INET.html
│   │   │   │   │   │   └── UNIX.html
│   │   │   │   │   ├── Socket.html
│   │   │   │   │   ├── Uncompress
│   │   │   │   │   │   ├── Adapter
│   │   │   │   │   │   │   ├── Identity.html
│   │   │   │   │   │   │   └── Inflate.html
│   │   │   │   │   │   ├── AnyInflate.html
│   │   │   │   │   │   ├── AnyUncompress.html
│   │   │   │   │   │   ├── Base.html
│   │   │   │   │   │   ├── Gunzip.html
│   │   │   │   │   │   ├── Inflate.html
│   │   │   │   │   │   ├── RawInflate.html
│   │   │   │   │   │   └── Unzip.html
│   │   │   │   │   └── Zlib.html
│   │   │   │   ├── IO.html
│   │   │   │   ├── IPC
│   │   │   │   │   ├── Cmd.html
│   │   │   │   │   ├── Open2.html
│   │   │   │   │   └── Open3.html
│   │   │   │   ├── less.html
│   │   │   │   ├── lib.html
│   │   │   │   ├── List
│   │   │   │   │   └── Util.html
│   │   │   │   ├── Locale
│   │   │   │   │   ├── Constants.html
│   │   │   │   │   ├── Country.html
│   │   │   │   │   ├── Currency.html
│   │   │   │   │   ├── Language.html
│   │   │   │   │   ├── Maketext
│   │   │   │   │   │   ├── Guts.html
│   │   │   │   │   │   ├── GutsLoader.html
│   │   │   │   │   │   ├── Simple.html
│   │   │   │   │   │   └── TPJ13.html
│   │   │   │   │   ├── Maketext.html
│   │   │   │   │   └── Script.html
│   │   │   │   ├── locale.html
│   │   │   │   ├── Log
│   │   │   │   │   ├── Message
│   │   │   │   │   │   ├── Config.html
│   │   │   │   │   │   ├── Handlers.html
│   │   │   │   │   │   ├── Item.html
│   │   │   │   │   │   └── Simple.html
│   │   │   │   │   └── Message.html
│   │   │   │   ├── Math
│   │   │   │   │   ├── BigFloat
│   │   │   │   │   │   └── Trace.html
│   │   │   │   │   ├── BigFloat.html
│   │   │   │   │   ├── BigInt
│   │   │   │   │   │   ├── CalcEmu.html
│   │   │   │   │   │   ├── Calc.html
│   │   │   │   │   │   ├── FastCalc.html
│   │   │   │   │   │   └── Trace.html
│   │   │   │   │   ├── BigInt.html
│   │   │   │   │   ├── BigRat.html
│   │   │   │   │   ├── Complex.html
│   │   │   │   │   └── Trig.html
│   │   │   │   ├── Memoize
│   │   │   │   │   ├── AnyDBM_File.html
│   │   │   │   │   ├── ExpireFile.html
│   │   │   │   │   ├── Expire.html
│   │   │   │   │   ├── ExpireTest.html
│   │   │   │   │   ├── NDBM_File.html
│   │   │   │   │   ├── SDBM_File.html
│   │   │   │   │   └── Storable.html
│   │   │   │   ├── Memoize.html
│   │   │   │   ├── MIME
│   │   │   │   │   ├── Base64.html
│   │   │   │   │   └── QuotedPrint.html
│   │   │   │   ├── Module
│   │   │   │   │   ├── Build
│   │   │   │   │   │   ├── API.html
│   │   │   │   │   │   ├── Authoring.html
│   │   │   │   │   │   ├── Base.html
│   │   │   │   │   │   ├── Compat.html
│   │   │   │   │   │   ├── ConfigData.html
│   │   │   │   │   │   ├── Config.html
│   │   │   │   │   │   ├── Cookbook.html
│   │   │   │   │   │   ├── Dumper.html
│   │   │   │   │   │   ├── ModuleInfo.html
│   │   │   │   │   │   ├── Notes.html
│   │   │   │   │   │   ├── Platform
│   │   │   │   │   │   │   ├── aix.html
│   │   │   │   │   │   │   ├── Amiga.html
│   │   │   │   │   │   │   ├── cygwin.html
│   │   │   │   │   │   │   ├── darwin.html
│   │   │   │   │   │   │   ├── Default.html
│   │   │   │   │   │   │   ├── EBCDIC.html
│   │   │   │   │   │   │   ├── MacOS.html
│   │   │   │   │   │   │   ├── MPEiX.html
│   │   │   │   │   │   │   ├── os2.html
│   │   │   │   │   │   │   ├── RiscOS.html
│   │   │   │   │   │   │   ├── Unix.html
│   │   │   │   │   │   │   ├── VMS.html
│   │   │   │   │   │   │   ├── VOS.html
│   │   │   │   │   │   │   └── Windows.html
│   │   │   │   │   │   ├── PodParser.html
│   │   │   │   │   │   ├── PPMMaker.html
│   │   │   │   │   │   ├── Version.html
│   │   │   │   │   │   └── YAML.html
│   │   │   │   │   ├── Build.html
│   │   │   │   │   ├── CoreList.html
│   │   │   │   │   ├── Load
│   │   │   │   │   │   └── Conditional.html
│   │   │   │   │   ├── Loaded.html
│   │   │   │   │   ├── Load.html
│   │   │   │   │   ├── Pluggable
│   │   │   │   │   │   └── Object.html
│   │   │   │   │   └── Pluggable.html
│   │   │   │   ├── mro.html
│   │   │   │   ├── Net
│   │   │   │   │   ├── Cmd.html
│   │   │   │   │   ├── Config.html
│   │   │   │   │   ├── Domain.html
│   │   │   │   │   ├── FTP
│   │   │   │   │   │   ├── A.html
│   │   │   │   │   │   ├── dataconn.html
│   │   │   │   │   │   ├── E.html
│   │   │   │   │   │   ├── I.html
│   │   │   │   │   │   └── L.html
│   │   │   │   │   ├── FTP.html
│   │   │   │   │   ├── hostent.html
│   │   │   │   │   ├── libnetFAQ.html
│   │   │   │   │   ├── netent.html
│   │   │   │   │   ├── Netrc.html
│   │   │   │   │   ├── NNTP.html
│   │   │   │   │   ├── Ping.html
│   │   │   │   │   ├── POP3.html
│   │   │   │   │   ├── protoent.html
│   │   │   │   │   ├── servent.html
│   │   │   │   │   ├── SMTP.html
│   │   │   │   │   └── Time.html
│   │   │   │   ├── NEXT.html
│   │   │   │   ├── Object
│   │   │   │   │   └── Accessor.html
│   │   │   │   ├── O.html
│   │   │   │   ├── Opcode.html
│   │   │   │   ├── open.html
│   │   │   │   ├── ops.html
│   │   │   │   ├── overload.html
│   │   │   │   ├── Package
│   │   │   │   │   └── Constants.html
│   │   │   │   ├── Params
│   │   │   │   │   └── Check.html
│   │   │   │   ├── PerlIO
│   │   │   │   │   ├── encoding.html
│   │   │   │   │   ├── scalar.html
│   │   │   │   │   ├── via
│   │   │   │   │   │   └── QuotedPrint.html
│   │   │   │   │   └── via.html
│   │   │   │   ├── PerlIO.html
│   │   │   │   ├── Pod
│   │   │   │   │   ├── Checker.html
│   │   │   │   │   ├── Escapes.html
│   │   │   │   │   ├── Find.html
│   │   │   │   │   ├── Functions.html
│   │   │   │   │   ├── Html.html
│   │   │   │   │   ├── InputObjects.html
│   │   │   │   │   ├── LaTeX.html
│   │   │   │   │   ├── Man.html
│   │   │   │   │   ├── ParseLink.html
│   │   │   │   │   ├── Parser.html
│   │   │   │   │   ├── ParseUtils.html
│   │   │   │   │   ├── Perldoc
│   │   │   │   │   │   ├── BaseTo.html
│   │   │   │   │   │   ├── GetOptsOO.html
│   │   │   │   │   │   ├── ToChecker.html
│   │   │   │   │   │   ├── ToMan.html
│   │   │   │   │   │   ├── ToNroff.html
│   │   │   │   │   │   ├── ToPod.html
│   │   │   │   │   │   ├── ToRtf.html
│   │   │   │   │   │   ├── ToText.html
│   │   │   │   │   │   ├── ToTk.html
│   │   │   │   │   │   └── ToXml.html
│   │   │   │   │   ├── Perldoc.html
│   │   │   │   │   ├── Plainer.html
│   │   │   │   │   ├── PlainText.html
│   │   │   │   │   ├── Select.html
│   │   │   │   │   ├── Simple
│   │   │   │   │   │   ├── BlackBox.html
│   │   │   │   │   │   ├── Checker.html
│   │   │   │   │   │   ├── Debug.html
│   │   │   │   │   │   ├── DumpAsText.html
│   │   │   │   │   │   ├── DumpAsXML.html
│   │   │   │   │   │   ├── HTMLBatch.html
│   │   │   │   │   │   ├── HTML.html
│   │   │   │   │   │   ├── HTMLLegacy.html
│   │   │   │   │   │   ├── LinkSection.html
│   │   │   │   │   │   ├── Methody.html
│   │   │   │   │   │   ├── Progress.html
│   │   │   │   │   │   ├── PullParserEndToken.html
│   │   │   │   │   │   ├── PullParser.html
│   │   │   │   │   │   ├── PullParserStartToken.html
│   │   │   │   │   │   ├── PullParserTextToken.html
│   │   │   │   │   │   ├── PullParserToken.html
│   │   │   │   │   │   ├── RTF.html
│   │   │   │   │   │   ├── Search.html
│   │   │   │   │   │   ├── SimpleTree.html
│   │   │   │   │   │   ├── Subclassing.html
│   │   │   │   │   │   ├── TextContent.html
│   │   │   │   │   │   ├── Text.html
│   │   │   │   │   │   ├── TiedOutFH.html
│   │   │   │   │   │   ├── TranscodeDumb.html
│   │   │   │   │   │   ├── Transcode.html
│   │   │   │   │   │   ├── TranscodeSmart.html
│   │   │   │   │   │   └── XMLOutStream.html
│   │   │   │   │   ├── Simple.html
│   │   │   │   │   ├── Text
│   │   │   │   │   │   ├── Color.html
│   │   │   │   │   │   ├── Overstrike.html
│   │   │   │   │   │   └── Termcap.html
│   │   │   │   │   ├── Text.html
│   │   │   │   │   └── Usage.html
│   │   │   │   ├── POSIX.html
│   │   │   │   ├── re.html
│   │   │   │   ├── Safe.html
│   │   │   │   ├── Scalar
│   │   │   │   │   └── Util.html
│   │   │   │   ├── SDBM_File.html
│   │   │   │   ├── Search
│   │   │   │   │   └── Dict.html
│   │   │   │   ├── SelectSaver.html
│   │   │   │   ├── SelfLoader.html
│   │   │   │   ├── Shell.html
│   │   │   │   ├── sigtrap.html
│   │   │   │   ├── Socket.html
│   │   │   │   ├── sort.html
│   │   │   │   ├── Storable.html
│   │   │   │   ├── strict.html
│   │   │   │   ├── subs.html
│   │   │   │   ├── Switch.html
│   │   │   │   ├── Symbol.html
│   │   │   │   ├── Sys
│   │   │   │   │   └── Hostname.html
│   │   │   │   ├── Term
│   │   │   │   │   ├── ANSIColor.html
│   │   │   │   │   ├── Cap.html
│   │   │   │   │   ├── Complete.html
│   │   │   │   │   ├── ReadLine.html
│   │   │   │   │   ├── UI
│   │   │   │   │   │   └── History.html
│   │   │   │   │   └── UI.html
│   │   │   │   ├── Test
│   │   │   │   │   ├── Builder
│   │   │   │   │   │   ├── Module.html
│   │   │   │   │   │   ├── Tester
│   │   │   │   │   │   │   └── Color.html
│   │   │   │   │   │   └── Tester.html
│   │   │   │   │   ├── Builder.html
│   │   │   │   │   ├── Harness
│   │   │   │   │   │   ├── Assert.html
│   │   │   │   │   │   ├── Iterator.html
│   │   │   │   │   │   ├── Point.html
│   │   │   │   │   │   ├── Results.html
│   │   │   │   │   │   ├── Straps.html
│   │   │   │   │   │   ├── TAP.html
│   │   │   │   │   │   └── Util.html
│   │   │   │   │   ├── Harness.html
│   │   │   │   │   ├── More.html
│   │   │   │   │   ├── Simple.html
│   │   │   │   │   └── Tutorial.html
│   │   │   │   ├── Test.html
│   │   │   │   ├── Text
│   │   │   │   │   ├── Abbrev.html
│   │   │   │   │   ├── Balanced.html
│   │   │   │   │   ├── ParseWords.html
│   │   │   │   │   ├── Soundex.html
│   │   │   │   │   ├── Tabs.html
│   │   │   │   │   └── Wrap.html
│   │   │   │   ├── Thread
│   │   │   │   │   ├── Queue.html
│   │   │   │   │   └── Semaphore.html
│   │   │   │   ├── Thread.html
│   │   │   │   ├── threads
│   │   │   │   │   └── shared.html
│   │   │   │   ├── threads.html
│   │   │   │   ├── Tie
│   │   │   │   │   ├── Array.html
│   │   │   │   │   ├── File.html
│   │   │   │   │   ├── Handle.html
│   │   │   │   │   ├── Hash
│   │   │   │   │   │   └── NamedCapture.html
│   │   │   │   │   ├── Hash.html
│   │   │   │   │   ├── Memoize.html
│   │   │   │   │   ├── RefHash.html
│   │   │   │   │   ├── Scalar.html
│   │   │   │   │   ├── StdHandle.html
│   │   │   │   │   └── SubstrHash.html
│   │   │   │   ├── Time
│   │   │   │   │   ├── gmtime.html
│   │   │   │   │   ├── HiRes.html
│   │   │   │   │   ├── Local.html
│   │   │   │   │   ├── localtime.html
│   │   │   │   │   ├── Piece.html
│   │   │   │   │   ├── Seconds.html
│   │   │   │   │   └── tm.html
│   │   │   │   ├── Unicode
│   │   │   │   │   ├── Collate.html
│   │   │   │   │   ├── Normalize.html
│   │   │   │   │   └── UCD.html
│   │   │   │   ├── UNIVERSAL.html
│   │   │   │   ├── User
│   │   │   │   │   ├── grent.html
│   │   │   │   │   └── pwent.html
│   │   │   │   ├── utf8.html
│   │   │   │   ├── vars.html
│   │   │   │   ├── version.html
│   │   │   │   ├── vmsish.html
│   │   │   │   ├── warnings
│   │   │   │   │   └── register.html
│   │   │   │   ├── warnings.html
│   │   │   │   ├── Win32API
│   │   │   │   │   └── File.html
│   │   │   │   ├── Win32CORE.html
│   │   │   │   ├── Win32.html
│   │   │   │   ├── XS
│   │   │   │   │   ├── APItest.html
│   │   │   │   │   └── Typemap.html
│   │   │   │   └── XSLoader.html
│   │   │   └── pod
│   │   │   ├── perl5004delta.html
│   │   │   ├── perl5005delta.html
│   │   │   ├── perl5100delta.html
│   │   │   ├── perl561delta.html
│   │   │   ├── perl56delta.html
│   │   │   ├── perl570delta.html
│   │   │   ├── perl571delta.html
│   │   │   ├── perl572delta.html
│   │   │   ├── perl573delta.html
│   │   │   ├── perl581delta.html
│   │   │   ├── perl582delta.html
│   │   │   ├── perl583delta.html
│   │   │   ├── perl584delta.html
│   │   │   ├── perl585delta.html
│   │   │   ├── perl586delta.html
│   │   │   ├── perl587delta.html
│   │   │   ├── perl588delta.html
│   │   │   ├── perl58delta.html
│   │   │   ├── perl590delta.html
│   │   │   ├── perl591delta.html
│   │   │   ├── perl592delta.html
│   │   │   ├── perl593delta.html
│   │   │   ├── perl594delta.html
│   │   │   ├── perl595delta.html
│   │   │   ├── perlaix.html
│   │   │   ├── perlamiga.html
│   │   │   ├── perlapi.html
│   │   │   ├── perlapio.html
│   │   │   ├── perlapollo.html
│   │   │   ├── perlartistic.html
│   │   │   ├── perlbeos.html
│   │   │   ├── perlbook.html
│   │   │   ├── perlboot.html
│   │   │   ├── perlbot.html
│   │   │   ├── perlbs2000.html
│   │   │   ├── perlcall.html
│   │   │   ├── perlce.html
│   │   │   ├── perlcheat.html
│   │   │   ├── perlclib.html
│   │   │   ├── perlcn.html
│   │   │   ├── perlcommunity.html
│   │   │   ├── perlcompile.html
│   │   │   ├── perlcygwin.html
│   │   │   ├── perldata.html
│   │   │   ├── perldbmfilter.html
│   │   │   ├── perldebguts.html
│   │   │   ├── perldebtut.html
│   │   │   ├── perldebug.html
│   │   │   ├── perldelta.html
│   │   │   ├── perldgux.html
│   │   │   ├── perldiag.html
│   │   │   ├── perldoc.html
│   │   │   ├── perldos.html
│   │   │   ├── perldsc.html
│   │   │   ├── perlebcdic.html
│   │   │   ├── perlembed.html
│   │   │   ├── perlepoc.html
│   │   │   ├── perlfaq1.html
│   │   │   ├── perlfaq2.html
│   │   │   ├── perlfaq3.html
│   │   │   ├── perlfaq4.html
│   │   │   ├── perlfaq5.html
│   │   │   ├── perlfaq6.html
│   │   │   ├── perlfaq7.html
│   │   │   ├── perlfaq8.html
│   │   │   ├── perlfaq9.html
│   │   │   ├── perlfaq.html
│   │   │   ├── perlfilter.html
│   │   │   ├── perlfork.html
│   │   │   ├── perlform.html
│   │   │   ├── perlfreebsd.html
│   │   │   ├── perlfunc.html
│   │   │   ├── perlglossary.html
│   │   │   ├── perlgpl.html
│   │   │   ├── perlguts.html
│   │   │   ├── perlhack.html
│   │   │   ├── perlhist.html
│   │   │   ├── perlhpux.html
│   │   │   ├── perl.html
│   │   │   ├── perlhurd.html
│   │   │   ├── perlintern.html
│   │   │   ├── perlintro.html
│   │   │   ├── perliol.html
│   │   │   ├── perlipc.html
│   │   │   ├── perlirix.html
│   │   │   ├── perljp.html
│   │   │   ├── perlko.html
│   │   │   ├── perllexwarn.html
│   │   │   ├── perllinux.html
│   │   │   ├── perllocale.html
│   │   │   ├── perllol.html
│   │   │   ├── perlmachten.html
│   │   │   ├── perlmacos.html
│   │   │   ├── perlmacosx.html
│   │   │   ├── perlmint.html
│   │   │   ├── perlmod.html
│   │   │   ├── perlmodinstall.html
│   │   │   ├── perlmodlib.html
│   │   │   ├── perlmodstyle.html
│   │   │   ├── perlmpeix.html
│   │   │   ├── perlnetware.html
│   │   │   ├── perlnewmod.html
│   │   │   ├── perlnumber.html
│   │   │   ├── perlobj.html
│   │   │   ├── perlopenbsd.html
│   │   │   ├── perlopentut.html
│   │   │   ├── perlop.html
│   │   │   ├── perlos2.html
│   │   │   ├── perlos390.html
│   │   │   ├── perlos400.html
│   │   │   ├── perlothrtut.html
│   │   │   ├── perlpacktut.html
│   │   │   ├── perlplan9.html
│   │   │   ├── perlpod.html
│   │   │   ├── perlpodspec.html
│   │   │   ├── perlport.html
│   │   │   ├── perlpragma.html
│   │   │   ├── perlqnx.html
│   │   │   ├── perlreapi.html
│   │   │   ├── perlrebackslash.html
│   │   │   ├── perlrecharclass.html
│   │   │   ├── perlref.html
│   │   │   ├── perlreftut.html
│   │   │   ├── perlreguts.html
│   │   │   ├── perlre.html
│   │   │   ├── perlrequick.html
│   │   │   ├── perlreref.html
│   │   │   ├── perlretut.html
│   │   │   ├── perlriscos.html
│   │   │   ├── perlrun.html
│   │   │   ├── perlsec.html
│   │   │   ├── perlsolaris.html
│   │   │   ├── perlstyle.html
│   │   │   ├── perlsub.html
│   │   │   ├── perlsymbian.html
│   │   │   ├── perlsyn.html
│   │   │   ├── perlthrtut.html
│   │   │   ├── perltie.html
│   │   │   ├── perltoc.html
│   │   │   ├── perltodo.html
│   │   │   ├── perltooc.html
│   │   │   ├── perltoot.html
│   │   │   ├── perltrap.html
│   │   │   ├── perltru64.html
│   │   │   ├── perltw.html
│   │   │   ├── perlunicode.html
│   │   │   ├── perlunifaq.html
│   │   │   ├── perluniintro.html
│   │   │   ├── perlunitut.html
│   │   │   ├── perlutil.html
│   │   │   ├── perluts.html
│   │   │   ├── perlvar.html
│   │   │   ├── perlvmesa.html
│   │   │   ├── perlvms.html
│   │   │   ├── perlvos.html
│   │   │   ├── perlwin32.html
│   │   │   ├── perlxs.html
│   │   │   └── perlxstut.html
│   │   ├── lib
│   │   │   ├── abbrev.pl
│   │   │   ├── AnyDBM_File.pm
│   │   │   ├── Archive
│   │   │   │   ├── Extract.pm
│   │   │   │   ├── Tar
│   │   │   │   │   ├── Constant.pm
│   │   │   │   │   └── File.pm
│   │   │   │   └── Tar.pm
│   │   │   ├── assert.pl
│   │   │   ├── Attribute
│   │   │   │   └── Handlers.pm
│   │   │   ├── attributes.pm
│   │   │   ├── attrs.pm
│   │   │   ├── auto
│   │   │   │   ├── attrs
│   │   │   │   │   ├── attrs.dll
│   │   │   │   │   └── attrs.pdb
│   │   │   │   ├── B
│   │   │   │   │   ├── B.dll
│   │   │   │   │   └── B.pdb
│   │   │   │   ├── Compress
│   │   │   │   │   ├── Raw
│   │   │   │   │   │   └── Zlib
│   │   │   │   │   │   ├── autosplit.ix
│   │   │   │   │   │   ├── Zlib.bs
│   │   │   │   │   │   ├── Zlib.dll
│   │   │   │   │   │   ├── Zlib.exp
│   │   │   │   │   │   ├── Zlib.lib
│   │   │   │   │   │   └── Zlib.pdb
│   │   │   │   │   └── Zlib
│   │   │   │   │   └── autosplit.ix
│   │   │   │   ├── Cwd
│   │   │   │   │   ├── Cwd.dll
│   │   │   │   │   └── Cwd.pdb
│   │   │   │   ├── Data
│   │   │   │   │   └── Dumper
│   │   │   │   │   ├── Dumper.dll
│   │   │   │   │   └── Dumper.pdb
│   │   │   │   ├── Devel
│   │   │   │   │   ├── DProf
│   │   │   │   │   │   ├── DProf.dll
│   │   │   │   │   │   └── DProf.pdb
│   │   │   │   │   ├── Peek
│   │   │   │   │   │   ├── Peek.dll
│   │   │   │   │   │   └── Peek.pdb
│   │   │   │   │   └── PPPort
│   │   │   │   │   ├── PPPort.dll
│   │   │   │   │   └── PPPort.pdb
│   │   │   │   ├── Digest
│   │   │   │   │   ├── MD5
│   │   │   │   │   │   ├── MD5.dll
│   │   │   │   │   │   └── MD5.pdb
│   │   │   │   │   └── SHA
│   │   │   │   │   ├── SHA.dll
│   │   │   │   │   └── SHA.pdb
│   │   │   │   ├── DynaLoader
│   │   │   │   │   ├── autosplit.ix
│   │   │   │   │   ├── dl_expandspec.al
│   │   │   │   │   ├── dl_findfile.al
│   │   │   │   │   └── dl_find_symbol_anywhere.al
│   │   │   │   ├── Encode
│   │   │   │   │   ├── Byte
│   │   │   │   │   │   ├── Byte.dll
│   │   │   │   │   │   └── Byte.pdb
│   │   │   │   │   ├── CN
│   │   │   │   │   │   ├── CN.dll
│   │   │   │   │   │   └── CN.pdb
│   │   │   │   │   ├── EBCDIC
│   │   │   │   │   │   ├── EBCDIC.dll
│   │   │   │   │   │   └── EBCDIC.pdb
│   │   │   │   │   ├── Encode.dll
│   │   │   │   │   ├── Encode.pdb
│   │   │   │   │   ├── JP
│   │   │   │   │   │   ├── JP.dll
│   │   │   │   │   │   └── JP.pdb
│   │   │   │   │   ├── KR
│   │   │   │   │   │   ├── KR.dll
│   │   │   │   │   │   └── KR.pdb
│   │   │   │   │   ├── Symbol
│   │   │   │   │   │   ├── Symbol.dll
│   │   │   │   │   │   └── Symbol.pdb
│   │   │   │   │   ├── TW
│   │   │   │   │   │   ├── TW.dll
│   │   │   │   │   │   └── TW.pdb
│   │   │   │   │   └── Unicode
│   │   │   │   │   ├── Unicode.dll
│   │   │   │   │   └── Unicode.pdb
│   │   │   │   ├── Fcntl
│   │   │   │   │   ├── Fcntl.dll
│   │   │   │   │   └── Fcntl.pdb
│   │   │   │   ├── File
│   │   │   │   │   └── Glob
│   │   │   │   │   ├── Glob.dll
│   │   │   │   │   └── Glob.pdb
│   │   │   │   ├── Filter
│   │   │   │   │   └── Util
│   │   │   │   │   └── Call
│   │   │   │   │   ├── Call.dll
│   │   │   │   │   └── Call.pdb
│   │   │   │   ├── Hash
│   │   │   │   │   └── Util
│   │   │   │   │   ├── FieldHash
│   │   │   │   │   │   ├── FieldHash.dll
│   │   │   │   │   │   └── FieldHash.pdb
│   │   │   │   │   ├── Util.dll
│   │   │   │   │   └── Util.pdb
│   │   │   │   ├── IO
│   │   │   │   │   ├── IO.dll
│   │   │   │   │   └── IO.pdb
│   │   │   │   ├── List
│   │   │   │   │   └── Util
│   │   │   │   │   ├── Util.dll
│   │   │   │   │   └── Util.pdb
│   │   │   │   ├── Math
│   │   │   │   │   └── BigInt
│   │   │   │   │   └── FastCalc
│   │   │   │   │   ├── FastCalc.dll
│   │   │   │   │   └── FastCalc.pdb
│   │   │   │   ├── MIME
│   │   │   │   │   └── Base64
│   │   │   │   │   ├── Base64.bs
│   │   │   │   │   ├── Base64.dll
│   │   │   │   │   ├── Base64.exp
│   │   │   │   │   ├── Base64.lib
│   │   │   │   │   └── Base64.pdb
│   │   │   │   ├── Opcode
│   │   │   │   │   ├── Opcode.dll
│   │   │   │   │   └── Opcode.pdb
│   │   │   │   ├── PerlIO
│   │   │   │   │   ├── encoding
│   │   │   │   │   │   ├── encoding.dll
│   │   │   │   │   │   └── encoding.pdb
│   │   │   │   │   ├── scalar
│   │   │   │   │   │   ├── scalar.dll
│   │   │   │   │   │   └── scalar.pdb
│   │   │   │   │   └── via
│   │   │   │   │   ├── via.dll
│   │   │   │   │   └── via.pdb
│   │   │   │   ├── POSIX
│   │   │   │   │   ├── abs.al
│   │   │   │   │   ├── alarm.al
│   │   │   │   │   ├── assert.al
│   │   │   │   │   ├── atan2.al
│   │   │   │   │   ├── atexit.al
│   │   │   │   │   ├── atof.al
│   │   │   │   │   ├── atoi.al
│   │   │   │   │   ├── atol.al
│   │   │   │   │   ├── autosplit.ix
│   │   │   │   │   ├── bsearch.al
│   │   │   │   │   ├── calloc.al
│   │   │   │   │   ├── chdir.al
│   │   │   │   │   ├── chmod.al
│   │   │   │   │   ├── chown.al
│   │   │   │   │   ├── clearerr.al
│   │   │   │   │   ├── closedir.al
│   │   │   │   │   ├── cos.al
│   │   │   │   │   ├── creat.al
│   │   │   │   │   ├── div.al
│   │   │   │   │   ├── errno.al
│   │   │   │   │   ├── execl.al
│   │   │   │   │   ├── execle.al
│   │   │   │   │   ├── execlp.al
│   │   │   │   │   ├── execv.al
│   │   │   │   │   ├── execve.al
│   │   │   │   │   ├── execvp.al
│   │   │   │   │   ├── exit.al
│   │   │   │   │   ├── exp.al
│   │   │   │   │   ├── fabs.al
│   │   │   │   │   ├── fclose.al
│   │   │   │   │   ├── fcntl.al
│   │   │   │   │   ├── fdopen.al
│   │   │   │   │   ├── feof.al
│   │   │   │   │   ├── ferror.al
│   │   │   │   │   ├── fflush.al
│   │   │   │   │   ├── fgetc.al
│   │   │   │   │   ├── fgetpos.al
│   │   │   │   │   ├── fgets.al
│   │   │   │   │   ├── fileno.al
│   │   │   │   │   ├── fopen.al
│   │   │   │   │   ├── fork.al
│   │   │   │   │   ├── fprintf.al
│   │   │   │   │   ├── fputc.al
│   │   │   │   │   ├── fputs.al
│   │   │   │   │   ├── fread.al
│   │   │   │   │   ├── free.al
│   │   │   │   │   ├── freopen.al
│   │   │   │   │   ├── fscanf.al
│   │   │   │   │   ├── fseek.al
│   │   │   │   │   ├── fsetpos.al
│   │   │   │   │   ├── fstat.al
│   │   │   │   │   ├── fsync.al
│   │   │   │   │   ├── ftell.al
│   │   │   │   │   ├── fwrite.al
│   │   │   │   │   ├── getc.al
│   │   │   │   │   ├── getchar.al
│   │   │   │   │   ├── getegid.al
│   │   │   │   │   ├── getenv.al
│   │   │   │   │   ├── geteuid.al
│   │   │   │   │   ├── getgid.al
│   │   │   │   │   ├── getgrgid.al
│   │   │   │   │   ├── getgrnam.al
│   │   │   │   │   ├── getgroups.al
│   │   │   │   │   ├── getlogin.al
│   │   │   │   │   ├── getpgrp.al
│   │   │   │   │   ├── getpid.al
│   │   │   │   │   ├── getppid.al
│   │   │   │   │   ├── getpwnam.al
│   │   │   │   │   ├── getpwuid.al
│   │   │   │   │   ├── gets.al
│   │   │   │   │   ├── getuid.al
│   │   │   │   │   ├── gmtime.al
│   │   │   │   │   ├── isatty.al
│   │   │   │   │   ├── kill.al
│   │   │   │   │   ├── labs.al
│   │   │   │   │   ├── ldiv.al
│   │   │   │   │   ├── link.al
│   │   │   │   │   ├── load_imports.al
│   │   │   │   │   ├── localtime.al
│   │   │   │   │   ├── log.al
│   │   │   │   │   ├── longjmp.al
│   │   │   │   │   ├── malloc.al
│   │   │   │   │   ├── memchr.al
│   │   │   │   │   ├── memcmp.al
│   │   │   │   │   ├── memcpy.al
│   │   │   │   │   ├── memmove.al
│   │   │   │   │   ├── memset.al
│   │   │   │   │   ├── mkdir.al
│   │   │   │   │   ├── offsetof.al
│   │   │   │   │   ├── opendir.al
│   │   │   │   │   ├── perror.al
│   │   │   │   │   ├── POSIX.dll
│   │   │   │   │   ├── POSIX.pdb
│   │   │   │   │   ├── pow.al
│   │   │   │   │   ├── printf.al
│   │   │   │   │   ├── putc.al
│   │   │   │   │   ├── putchar.al
│   │   │   │   │   ├── puts.al
│   │   │   │   │   ├── qsort.al
│   │   │   │   │   ├── raise.al
│   │   │   │   │   ├── rand.al
│   │   │   │   │   ├── readdir.al
│   │   │   │   │   ├── realloc.al
│   │   │   │   │   ├── redef.al
│   │   │   │   │   ├── remove.al
│   │   │   │   │   ├── rename.al
│   │   │   │   │   ├── rewind.al
│   │   │   │   │   ├── rewinddir.al
│   │   │   │   │   ├── rmdir.al
│   │   │   │   │   ├── scanf.al
│   │   │   │   │   ├── setbuf.al
│   │   │   │   │   ├── setjmp.al
│   │   │   │   │   ├── setvbuf.al
│   │   │   │   │   ├── SigAction
│   │   │   │   │   │   ├── flags.al
│   │   │   │   │   │   ├── handler.al
│   │   │   │   │   │   ├── mask.al
│   │   │   │   │   │   ├── new.al
│   │   │   │   │   │   └── safe.al
│   │   │   │   │   ├── siglongjmp.al
│   │   │   │   │   ├── SigRt
│   │   │   │   │   │   ├── _check.al
│   │   │   │   │   │   ├── CLEAR.al
│   │   │   │   │   │   ├── _croak.al
│   │   │   │   │   │   ├── DELETE.al
│   │   │   │   │   │   ├── _exist.al
│   │   │   │   │   │   ├── EXISTS.al
│   │   │   │   │   │   ├── FETCH.al
│   │   │   │   │   │   ├── _getsig.al
│   │   │   │   │   │   ├── _init.al
│   │   │   │   │   │   ├── new.al
│   │   │   │   │   │   ├── SCALAR.al
│   │   │   │   │   │   └── STORE.al
│   │   │   │   │   ├── sigsetjmp.al
│   │   │   │   │   ├── sin.al
│   │   │   │   │   ├── sleep.al
│   │   │   │   │   ├── sprintf.al
│   │   │   │   │   ├── sqrt.al
│   │   │   │   │   ├── srand.al
│   │   │   │   │   ├── sscanf.al
│   │   │   │   │   ├── stat.al
│   │   │   │   │   ├── strcat.al
│   │   │   │   │   ├── strchr.al
│   │   │   │   │   ├── strcmp.al
│   │   │   │   │   ├── strcpy.al
│   │   │   │   │   ├── strcspn.al
│   │   │   │   │   ├── strerror.al
│   │   │   │   │   ├── strlen.al
│   │   │   │   │   ├── strncat.al
│   │   │   │   │   ├── strncmp.al
│   │   │   │   │   ├── strncpy.al
│   │   │   │   │   ├── strpbrk.al
│   │   │   │   │   ├── strrchr.al
│   │   │   │   │   ├── strspn.al
│   │   │   │   │   ├── strstr.al
│   │   │   │   │   ├── strtok.al
│   │   │   │   │   ├── system.al
│   │   │   │   │   ├── time.al
│   │   │   │   │   ├── tmpfile.al
│   │   │   │   │   ├── tolower.al
│   │   │   │   │   ├── toupper.al
│   │   │   │   │   ├── umask.al
│   │   │   │   │   ├── ungetc.al
│   │   │   │   │   ├── unimpl.al
│   │   │   │   │   ├── unlink.al
│   │   │   │   │   ├── usage.al
│   │   │   │   │   ├── utime.al
│   │   │   │   │   ├── vfprintf.al
│   │   │   │   │   ├── vprintf.al
│   │   │   │   │   ├── vsprintf.al
│   │   │   │   │   ├── wait.al
│   │   │   │   │   └── waitpid.al
│   │   │   │   ├── re
│   │   │   │   │   ├── re.dll
│   │   │   │   │   └── re.pdb
│   │   │   │   ├── sdbm
│   │   │   │   │   └── extralibs.ld
│   │   │   │   ├── SDBM_File
│   │   │   │   │   ├── SDBM_File.dll
│   │   │   │   │   └── SDBM_File.pdb
│   │   │   │   ├── Socket
│   │   │   │   │   ├── Socket.dll
│   │   │   │   │   └── Socket.pdb
│   │   │   │   ├── Storable
│   │   │   │   │   ├── autosplit.ix
│   │   │   │   │   ├── BIN_VERSION_NV.al
│   │   │   │   │   ├── BIN_WRITE_VERSION_NV.al
│   │   │   │   │   ├── CAN_FLOCK.al
│   │   │   │   │   ├── fd_retrieve.al
│   │   │   │   │   ├── file_magic.al
│   │   │   │   │   ├── _freeze.al
│   │   │   │   │   ├── freeze.al
│   │   │   │   │   ├── lock_nstore.al
│   │   │   │   │   ├── lock_retrieve.al
│   │   │   │   │   ├── lock_store.al
│   │   │   │   │   ├── logcarp.al
│   │   │   │   │   ├── logcroak.al
│   │   │   │   │   ├── nfreeze.al
│   │   │   │   │   ├── nstore.al
│   │   │   │   │   ├── nstore_fd.al
│   │   │   │   │   ├── read_magic.al
│   │   │   │   │   ├── _retrieve.al
│   │   │   │   │   ├── retrieve.al
│   │   │   │   │   ├── show_file_magic.al
│   │   │   │   │   ├── Storable.bs
│   │   │   │   │   ├── Storable.dll
│   │   │   │   │   ├── Storable.exp
│   │   │   │   │   ├── Storable.lib
│   │   │   │   │   ├── Storable.pdb
│   │   │   │   │   ├── _store.al
│   │   │   │   │   ├── store.al
│   │   │   │   │   ├── _store_fd.al
│   │   │   │   │   ├── store_fd.al
│   │   │   │   │   └── thaw.al
│   │   │   │   ├── Sys
│   │   │   │   │   └── Hostname
│   │   │   │   │   ├── autosplit.ix
│   │   │   │   │   ├── Hostname.dll
│   │   │   │   │   └── Hostname.pdb
│   │   │   │   ├── Text
│   │   │   │   │   └── Soundex
│   │   │   │   │   ├── Soundex.dll
│   │   │   │   │   └── Soundex.pdb
│   │   │   │   ├── threads
│   │   │   │   │   ├── shared
│   │   │   │   │   │   ├── shared.dll
│   │   │   │   │   │   └── shared.pdb
│   │   │   │   │   ├── threads.dll
│   │   │   │   │   └── threads.pdb
│   │   │   │   ├── Time
│   │   │   │   │   ├── HiRes
│   │   │   │   │   │   ├── HiRes.bs
│   │   │   │   │   │   ├── HiRes.dll
│   │   │   │   │   │   ├── HiRes.exp
│   │   │   │   │   │   ├── HiRes.lib
│   │   │   │   │   │   └── HiRes.pdb
│   │   │   │   │   └── Piece
│   │   │   │   │   ├── Piece.dll
│   │   │   │   │   └── Piece.pdb
│   │   │   │   ├── Unicode
│   │   │   │   │   └── Normalize
│   │   │   │   │   ├── Normalize.dll
│   │   │   │   │   └── Normalize.pdb
│   │   │   │   ├── Win32
│   │   │   │   │   ├── Win32.dll
│   │   │   │   │   └── Win32.pdb
│   │   │   │   ├── Win32API
│   │   │   │   │   └── File
│   │   │   │   │   ├── File.dll
│   │   │   │   │   └── File.pdb
│   │   │   │   └── Win32CORE
│   │   │   │   └── extralibs.ld
│   │   │   ├── AutoLoader.pm
│   │   │   ├── AutoSplit.pm
│   │   │   ├── autouse.pm
│   │   │   ├── B
│   │   │   │   ├── Concise.pm
│   │   │   │   ├── Debug.pm
│   │   │   │   ├── Deparse.pm
│   │   │   │   ├── Lint.pm
│   │   │   │   ├── Showlex.pm
│   │   │   │   ├── Terse.pm
│   │   │   │   └── Xref.pm
│   │   │   ├── base.pm
│   │   │   ├── Benchmark.pm
│   │   │   ├── bigfloat.pl
│   │   │   ├── bigint.pl
│   │   │   ├── bigint.pm
│   │   │   ├── bignum.pm
│   │   │   ├── bigrat.pl
│   │   │   ├── bigrat.pm
│   │   │   ├── blib.pm
│   │   │   ├── B.pm
│   │   │   ├── bytes_heavy.pl
│   │   │   ├── bytes.pm
│   │   │   ├── cacheout.pl
│   │   │   ├── Carp
│   │   │   │   └── Heavy.pm
│   │   │   ├── Carp.pm
│   │   │   ├── CGI
│   │   │   │   ├── Apache.pm
│   │   │   │   ├── Carp.pm
│   │   │   │   ├── Cookie.pm
│   │   │   │   ├── Fast.pm
│   │   │   │   ├── Pretty.pm
│   │   │   │   ├── Push.pm
│   │   │   │   ├── Switch.pm
│   │   │   │   └── Util.pm
│   │   │   ├── CGI.pm
│   │   │   ├── charnames.pm
│   │   │   ├── Class
│   │   │   │   ├── ISA.pm
│   │   │   │   └── Struct.pm
│   │   │   ├── complete.pl
│   │   │   ├── Compress
│   │   │   │   ├── Raw
│   │   │   │   │   └── Zlib.pm
│   │   │   │   └── Zlib.pm
│   │   │   ├── Config
│   │   │   │   └── Extensions.pm
│   │   │   ├── Config_heavy.pl
│   │   │   ├── Config.pm
│   │   │   ├── Config.pod
│   │   │   ├── constant.pm
│   │   │   ├── CORE
│   │   │   │   ├── arpa
│   │   │   │   │   └── inet.h
│   │   │   │   ├── av.h
│   │   │   │   ├── cc_runtime.h
│   │   │   │   ├── config.h
│   │   │   │   ├── cop.h
│   │   │   │   ├── cv.h
│   │   │   │   ├── dirent.h
│   │   │   │   ├── dosish.h
│   │   │   │   ├── embed.h
│   │   │   │   ├── embedvar.h
│   │   │   │   ├── EXTERN.h
│   │   │   │   ├── fakesdio.h
│   │   │   │   ├── fakethr.h
│   │   │   │   ├── form.h
│   │   │   │   ├── gv.h
│   │   │   │   ├── handy.h
│   │   │   │   ├── hv.h
│   │   │   │   ├── INTERN.h
│   │   │   │   ├── intrpvar.h
│   │   │   │   ├── iperlsys.h
│   │   │   │   ├── keywords.h
│   │   │   │   ├── malloc_ctl.h
│   │   │   │   ├── mg.h
│   │   │   │   ├── netdb.h
│   │   │   │   ├── nostdio.h
│   │   │   │   ├── opcode.h
│   │   │   │   ├── op.h
│   │   │   │   ├── opnames.h
│   │   │   │   ├── overload.h
│   │   │   │   ├── pad.h
│   │   │   │   ├── parser.h
│   │   │   │   ├── patchlevel.h
│   │   │   │   ├── perl510.lib
│   │   │   │   ├── perlapi.h
│   │   │   │   ├── perl.h
│   │   │   │   ├── perlhost.h
│   │   │   │   ├── perlio.h
│   │   │   │   ├── perliol.h
│   │   │   │   ├── perlsdio.h
│   │   │   │   ├── perlsfio.h
│   │   │   │   ├── perlvars.h
│   │   │   │   ├── perly.h
│   │   │   │   ├── pp.h
│   │   │   │   ├── pp_proto.h
│   │   │   │   ├── proto.h
│   │   │   │   ├── reentr.h
│   │   │   │   ├── regcharclass.h
│   │   │   │   ├── regcomp.h
│   │   │   │   ├── regexp.h
│   │   │   │   ├── regnodes.h
│   │   │   │   ├── scope.h
│   │   │   │   ├── sv.h
│   │   │   │   ├── sys
│   │   │   │   │   └── socket.h
│   │   │   │   ├── thread.h
│   │   │   │   ├── uconfig.h
│   │   │   │   ├── unixish.h
│   │   │   │   ├── utf8.h
│   │   │   │   ├── utfebcdic.h
│   │   │   │   ├── util.h
│   │   │   │   ├── uudmap.h
│   │   │   │   ├── vdir.h
│   │   │   │   ├── vmem.h
│   │   │   │   ├── warnings.h
│   │   │   │   ├── win32.h
│   │   │   │   ├── win32iop.h
│   │   │   │   ├── win32iop-o.h
│   │   │   │   ├── win32thread.h
│   │   │   │   ├── wince.h
│   │   │   │   └── XSUB.h
│   │   │   ├── CORE.pod
│   │   │   ├── CPAN
│   │   │   │   ├── API
│   │   │   │   │   └── HOWTO.pm
│   │   │   │   ├── Debug.pm
│   │   │   │   ├── DeferedCode.pm
│   │   │   │   ├── FirstTime.pm
│   │   │   │   ├── HandleConfig.pm
│   │   │   │   ├── Kwalify
│   │   │   │   │   ├── distroprefs.dd
│   │   │   │   │   └── distroprefs.yml
│   │   │   │   ├── Kwalify.pm
│   │   │   │   ├── Nox.pm
│   │   │   │   ├── Queue.pm
│   │   │   │   ├── Tarzip.pm
│   │   │   │   └── Version.pm
│   │   │   ├── CPANPLUS
│   │   │   │   ├── Backend
│   │   │   │   │   └── RV.pm
│   │   │   │   ├── Backend.pm
│   │   │   │   ├── Config.pm
│   │   │   │   ├── Configure
│   │   │   │   │   └── Setup.pm
│   │   │   │   ├── Configure.pm
│   │   │   │   ├── Dist
│   │   │   │   │   ├── Base.pm
│   │   │   │   │   ├── Build
│   │   │   │   │   │   └── Constants.pm
│   │   │   │   │   ├── Build.pm
│   │   │   │   │   ├── MM.pm
│   │   │   │   │   └── Sample.pm
│   │   │   │   ├── Dist.pm
│   │   │   │   ├── Error.pm
│   │   │   │   ├── FAQ.pod
│   │   │   │   ├── Hacking.pod
│   │   │   │   ├── inc.pm
│   │   │   │   ├── Internals
│   │   │   │   │   ├── Constants
│   │   │   │   │   │   └── Report.pm
│   │   │   │   │   ├── Constants.pm
│   │   │   │   │   ├── Extract.pm
│   │   │   │   │   ├── Fetch.pm
│   │   │   │   │   ├── Report.pm
│   │   │   │   │   ├── Search.pm
│   │   │   │   │   ├── Source.pm
│   │   │   │   │   ├── Utils
│   │   │   │   │   │   └── Autoflush.pm
│   │   │   │   │   └── Utils.pm
│   │   │   │   ├── Internals.pm
│   │   │   │   ├── Module
│   │   │   │   │   ├── Author
│   │   │   │   │   │   └── Fake.pm
│   │   │   │   │   ├── Author.pm
│   │   │   │   │   ├── Checksums.pm
│   │   │   │   │   ├── Fake.pm
│   │   │   │   │   └── Signature.pm
│   │   │   │   ├── Module.pm
│   │   │   │   ├── Selfupdate.pm
│   │   │   │   ├── Shell
│   │   │   │   │   ├── Classic.pm
│   │   │   │   │   ├── Default
│   │   │   │   │   │   └── Plugins
│   │   │   │   │   │   ├── CustomSource.pm
│   │   │   │   │   │   ├── HOWTO.pod
│   │   │   │   │   │   ├── Remote.pm
│   │   │   │   │   │   └── Source.pm
│   │   │   │   │   └── Default.pm
│   │   │   │   └── Shell.pm
│   │   │   ├── CPANPLUS.pm
│   │   │   ├── CPAN.pm
│   │   │   ├── ctime.pl
│   │   │   ├── Cwd.pm
│   │   │   ├── Data
│   │   │   │   └── Dumper.pm
│   │   │   ├── DBM_Filter
│   │   │   │   ├── compress.pm
│   │   │   │   ├── encode.pm
│   │   │   │   ├── int32.pm
│   │   │   │   ├── null.pm
│   │   │   │   └── utf8.pm
│   │   │   ├── DBM_Filter.pm
│   │   │   ├── DB.pm
│   │   │   ├── Devel
│   │   │   │   ├── DProf.pm
│   │   │   │   ├── InnerPackage.pm
│   │   │   │   ├── Peek.pm
│   │   │   │   ├── PPPort.pm
│   │   │   │   └── SelfStubber.pm
│   │   │   ├── diagnostics.pm
│   │   │   ├── Digest
│   │   │   │   ├── base.pm
│   │   │   │   ├── file.pm
│   │   │   │   ├── MD5.pm
│   │   │   │   └── SHA.pm
│   │   │   ├── Digest.pm
│   │   │   ├── DirHandle.pm
│   │   │   ├── dotsh.pl
│   │   │   ├── Dumpvalue.pm
│   │   │   ├── dumpvar.pl
│   │   │   ├── DynaLoader.pm
│   │   │   ├── Encode
│   │   │   │   ├── Alias.pm
│   │   │   │   ├── Byte.pm
│   │   │   │   ├── Changes.e2x
│   │   │   │   ├── CJKConstants.pm
│   │   │   │   ├── CN
│   │   │   │   │   └── HZ.pm
│   │   │   │   ├── CN.pm
│   │   │   │   ├── ConfigLocal_PM.e2x
│   │   │   │   ├── Config.pm
│   │   │   │   ├── EBCDIC.pm
│   │   │   │   ├── encode.h
│   │   │   │   ├── Encoder.pm
│   │   │   │   ├── Encoding.pm
│   │   │   │   ├── GSM0338.pm
│   │   │   │   ├── Guess.pm
│   │   │   │   ├── JP
│   │   │   │   │   ├── H2Z.pm
│   │   │   │   │   └── JIS7.pm
│   │   │   │   ├── JP.pm
│   │   │   │   ├── KR
│   │   │   │   │   └── 2022_KR.pm
│   │   │   │   ├── KR.pm
│   │   │   │   ├── Makefile_PL.e2x
│   │   │   │   ├── MIME
│   │   │   │   │   ├── Header
│   │   │   │   │   │   └── ISO_2022_JP.pm
│   │   │   │   │   ├── Header.pm
│   │   │   │   │   └── Name.pm
│   │   │   │   ├── PerlIO.pod
│   │   │   │   ├── _PM.e2x
│   │   │   │   ├── README.e2x
│   │   │   │   ├── Supported.pod
│   │   │   │   ├── Symbol.pm
│   │   │   │   ├── _T.e2x
│   │   │   │   ├── TW.pm
│   │   │   │   ├── Unicode
│   │   │   │   │   └── UTF7.pm
│   │   │   │   └── Unicode.pm
│   │   │   ├── Encode.pm
│   │   │   ├── encoding
│   │   │   │   └── warnings.pm
│   │   │   ├── encoding.pm
│   │   │   ├── English.pm
│   │   │   ├── Env.pm
│   │   │   ├── Errno.pm
│   │   │   ├── exceptions.pl
│   │   │   ├── Exporter
│   │   │   │   └── Heavy.pm
│   │   │   ├── Exporter.pm
│   │   │   ├── ExtUtils
│   │   │   │   ├── CBuilder
│   │   │   │   │   ├── Base.pm
│   │   │   │   │   └── Platform
│   │   │   │   │   ├── aix.pm
│   │   │   │   │   ├── cygwin.pm
│   │   │   │   │   ├── darwin.pm
│   │   │   │   │   ├── dec_osf.pm
│   │   │   │   │   ├── os2.pm
│   │   │   │   │   ├── Unix.pm
│   │   │   │   │   ├── VMS.pm
│   │   │   │   │   └── Windows.pm
│   │   │   │   ├── CBuilder.pm
│   │   │   │   ├── Command
│   │   │   │   │   └── MM.pm
│   │   │   │   ├── Command.pm
│   │   │   │   ├── Constant
│   │   │   │   │   ├── Base.pm
│   │   │   │   │   ├── ProxySubs.pm
│   │   │   │   │   ├── Utils.pm
│   │   │   │   │   └── XS.pm
│   │   │   │   ├── Constant.pm
│   │   │   │   ├── Embed.pm
│   │   │   │   ├── Installed.pm
│   │   │   │   ├── Install.pm
│   │   │   │   ├── Liblist
│   │   │   │   │   └── Kid.pm
│   │   │   │   ├── Liblist.pm
│   │   │   │   ├── MakeMaker
│   │   │   │   │   ├── bytes.pm
│   │   │   │   │   ├── Config.pm
│   │   │   │   │   ├── FAQ.pod
│   │   │   │   │   ├── Tutorial.pod
│   │   │   │   │   └── vmsish.pm
│   │   │   │   ├── MakeMaker.pm
│   │   │   │   ├── Manifest.pm
│   │   │   │   ├── MANIFEST.SKIP
│   │   │   │   ├── Miniperl.pm
│   │   │   │   ├── Mkbootstrap.pm
│   │   │   │   ├── Mksymlists.pm
│   │   │   │   ├── MM_AIX.pm
│   │   │   │   ├── MM_Any.pm
│   │   │   │   ├── MM_BeOS.pm
│   │   │   │   ├── MM_Cygwin.pm
│   │   │   │   ├── MM_DOS.pm
│   │   │   │   ├── MM_MacOS.pm
│   │   │   │   ├── MM_NW5.pm
│   │   │   │   ├── MM_OS2.pm
│   │   │   │   ├── MM.pm
│   │   │   │   ├── MM_QNX.pm
│   │   │   │   ├── MM_Unix.pm
│   │   │   │   ├── MM_UWIN.pm
│   │   │   │   ├── MM_VMS.pm
│   │   │   │   ├── MM_VOS.pm
│   │   │   │   ├── MM_Win32.pm
│   │   │   │   ├── MM_Win95.pm
│   │   │   │   ├── MY.pm
│   │   │   │   ├── Packlist.pm
│   │   │   │   ├── ParseXS.pm
│   │   │   │   ├── testlib.pm
│   │   │   │   ├── typemap
│   │   │   │   └── xsubpp
│   │   │   ├── fastcwd.pl
│   │   │   ├── Fatal.pm
│   │   │   ├── Fcntl.pm
│   │   │   ├── feature.pm
│   │   │   ├── fields.pm
│   │   │   ├── File
│   │   │   │   ├── Basename.pm
│   │   │   │   ├── CheckTree.pm
│   │   │   │   ├── Compare.pm
│   │   │   │   ├── Copy.pm
│   │   │   │   ├── DosGlob.pm
│   │   │   │   ├── Fetch.pm
│   │   │   │   ├── Find.pm
│   │   │   │   ├── GlobMapper.pm
│   │   │   │   ├── Glob.pm
│   │   │   │   ├── Path.pm
│   │   │   │   ├── Spec
│   │   │   │   │   ├── Cygwin.pm
│   │   │   │   │   ├── Epoc.pm
│   │   │   │   │   ├── Functions.pm
│   │   │   │   │   ├── Mac.pm
│   │   │   │   │   ├── OS2.pm
│   │   │   │   │   ├── Unix.pm
│   │   │   │   │   ├── VMS.pm
│   │   │   │   │   └── Win32.pm
│   │   │   │   ├── Spec.pm
│   │   │   │   ├── stat.pm
│   │   │   │   └── Temp.pm
│   │   │   ├── FileCache.pm
│   │   │   ├── FileHandle.pm
│   │   │   ├── filetest.pm
│   │   │   ├── Filter
│   │   │   │   ├── Simple.pm
│   │   │   │   └── Util
│   │   │   │   └── Call.pm
│   │   │   ├── FindBin.pm
│   │   │   ├── finddepth.pl
│   │   │   ├── find.pl
│   │   │   ├── flush.pl
│   │   │   ├── getcwd.pl
│   │   │   ├── Getopt
│   │   │   │   ├── Long.pm
│   │   │   │   └── Std.pm
│   │   │   ├── getopt.pl
│   │   │   ├── getopts.pl
│   │   │   ├── Hash
│   │   │   │   ├── Util
│   │   │   │   │   └── FieldHash.pm
│   │   │   │   └── Util.pm
│   │   │   ├── hostname.pl
│   │   │   ├── I18N
│   │   │   │   ├── Collate.pm
│   │   │   │   ├── LangTags
│   │   │   │   │   ├── Detect.pm
│   │   │   │   │   └── List.pm
│   │   │   │   └── LangTags.pm
│   │   │   ├── if.pm
│   │   │   ├── importenv.pl
│   │   │   ├── integer.pm
│   │   │   ├── IO
│   │   │   │   ├── Compress
│   │   │   │   │   ├── Adapter
│   │   │   │   │   │   ├── Deflate.pm
│   │   │   │   │   │   └── Identity.pm
│   │   │   │   │   ├── Base
│   │   │   │   │   │   └── Common.pm
│   │   │   │   │   ├── Base.pm
│   │   │   │   │   ├── Deflate.pm
│   │   │   │   │   ├── Gzip
│   │   │   │   │   │   └── Constants.pm
│   │   │   │   │   ├── Gzip.pm
│   │   │   │   │   ├── RawDeflate.pm
│   │   │   │   │   ├── Zip
│   │   │   │   │   │   └── Constants.pm
│   │   │   │   │   ├── Zip.pm
│   │   │   │   │   └── Zlib
│   │   │   │   │   ├── Constants.pm
│   │   │   │   │   └── Extra.pm
│   │   │   │   ├── Dir.pm
│   │   │   │   ├── File.pm
│   │   │   │   ├── Handle.pm
│   │   │   │   ├── Pipe.pm
│   │   │   │   ├── Poll.pm
│   │   │   │   ├── Seekable.pm
│   │   │   │   ├── Select.pm
│   │   │   │   ├── Socket
│   │   │   │   │   ├── INET.pm
│   │   │   │   │   └── UNIX.pm
│   │   │   │   ├── Socket.pm
│   │   │   │   ├── Uncompress
│   │   │   │   │   ├── Adapter
│   │   │   │   │   │   ├── Identity.pm
│   │   │   │   │   │   └── Inflate.pm
│   │   │   │   │   ├── AnyInflate.pm
│   │   │   │   │   ├── AnyUncompress.pm
│   │   │   │   │   ├── Base.pm
│   │   │   │   │   ├── Gunzip.pm
│   │   │   │   │   ├── Inflate.pm
│   │   │   │   │   ├── RawInflate.pm
│   │   │   │   │   └── Unzip.pm
│   │   │   │   └── Zlib.pm
│   │   │   ├── IO.pm
│   │   │   ├── IPC
│   │   │   │   ├── Cmd.pm
│   │   │   │   ├── Open2.pm
│   │   │   │   └── Open3.pm
│   │   │   ├── less.pm
│   │   │   ├── lib.pm
│   │   │   ├── List
│   │   │   │   └── Util.pm
│   │   │   ├── Locale
│   │   │   │   ├── Constants.pm
│   │   │   │   ├── Constants.pod
│   │   │   │   ├── Country.pm
│   │   │   │   ├── Country.pod
│   │   │   │   ├── Currency.pm
│   │   │   │   ├── Currency.pod
│   │   │   │   ├── Language.pm
│   │   │   │   ├── Language.pod
│   │   │   │   ├── Maketext
│   │   │   │   │   ├── GutsLoader.pm
│   │   │   │   │   ├── Guts.pm
│   │   │   │   │   ├── Simple.pm
│   │   │   │   │   └── TPJ13.pod
│   │   │   │   ├── Maketext.pm
│   │   │   │   ├── Maketext.pod
│   │   │   │   ├── Script.pm
│   │   │   │   └── Script.pod
│   │   │   ├── locale.pm
│   │   │   ├── Log
│   │   │   │   ├── Message
│   │   │   │   │   ├── Config.pm
│   │   │   │   │   ├── Handlers.pm
│   │   │   │   │   ├── Item.pm
│   │   │   │   │   └── Simple.pm
│   │   │   │   └── Message.pm
│   │   │   ├── look.pl
│   │   │   ├── Math
│   │   │   │   ├── BigFloat
│   │   │   │   │   └── Trace.pm
│   │   │   │   ├── BigFloat.pm
│   │   │   │   ├── BigInt
│   │   │   │   │   ├── CalcEmu.pm
│   │   │   │   │   ├── Calc.pm
│   │   │   │   │   ├── FastCalc.pm
│   │   │   │   │   └── Trace.pm
│   │   │   │   ├── BigInt.pm
│   │   │   │   ├── BigRat.pm
│   │   │   │   ├── Complex.pm
│   │   │   │   └── Trig.pm
│   │   │   ├── Memoize
│   │   │   │   ├── AnyDBM_File.pm
│   │   │   │   ├── ExpireFile.pm
│   │   │   │   ├── Expire.pm
│   │   │   │   ├── ExpireTest.pm
│   │   │   │   ├── NDBM_File.pm
│   │   │   │   ├── SDBM_File.pm
│   │   │   │   └── Storable.pm
│   │   │   ├── Memoize.pm
│   │   │   ├── MIME
│   │   │   │   ├── Base64.pm
│   │   │   │   └── QuotedPrint.pm
│   │   │   ├── Module
│   │   │   │   ├── Build
│   │   │   │   │   ├── API.pod
│   │   │   │   │   ├── Authoring.pod
│   │   │   │   │   ├── Base.pm
│   │   │   │   │   ├── Compat.pm
│   │   │   │   │   ├── ConfigData.pm
│   │   │   │   │   ├── Config.pm
│   │   │   │   │   ├── Cookbook.pm
│   │   │   │   │   ├── Dumper.pm
│   │   │   │   │   ├── ModuleInfo.pm
│   │   │   │   │   ├── Notes.pm
│   │   │   │   │   ├── Platform
│   │   │   │   │   │   ├── aix.pm
│   │   │   │   │   │   ├── Amiga.pm
│   │   │   │   │   │   ├── cygwin.pm
│   │   │   │   │   │   ├── darwin.pm
│   │   │   │   │   │   ├── Default.pm
│   │   │   │   │   │   ├── EBCDIC.pm
│   │   │   │   │   │   ├── MacOS.pm
│   │   │   │   │   │   ├── MPEiX.pm
│   │   │   │   │   │   ├── os2.pm
│   │   │   │   │   │   ├── RiscOS.pm
│   │   │   │   │   │   ├── Unix.pm
│   │   │   │   │   │   ├── VMS.pm
│   │   │   │   │   │   ├── VOS.pm
│   │   │   │   │   │   └── Windows.pm
│   │   │   │   │   ├── PodParser.pm
│   │   │   │   │   ├── PPMMaker.pm
│   │   │   │   │   ├── Version.pm
│   │   │   │   │   └── YAML.pm
│   │   │   │   ├── Build.pm
│   │   │   │   ├── CoreList.pm
│   │   │   │   ├── Load
│   │   │   │   │   └── Conditional.pm
│   │   │   │   ├── Loaded.pm
│   │   │   │   ├── Load.pm
│   │   │   │   ├── Pluggable
│   │   │   │   │   └── Object.pm
│   │   │   │   └── Pluggable.pm
│   │   │   ├── mro.pm
│   │   │   ├── Net
│   │   │   │   ├── Cmd.pm
│   │   │   │   ├── Config.eg
│   │   │   │   ├── Config.pm
│   │   │   │   ├── Domain.pm
│   │   │   │   ├── FTP
│   │   │   │   │   ├── A.pm
│   │   │   │   │   ├── dataconn.pm
│   │   │   │   │   ├── E.pm
│   │   │   │   │   ├── I.pm
│   │   │   │   │   └── L.pm
│   │   │   │   ├── FTP.pm
│   │   │   │   ├── hostent.pm
│   │   │   │   ├── Hostname.pm.eg
│   │   │   │   ├── libnetFAQ.pod
│   │   │   │   ├── netent.pm
│   │   │   │   ├── Netrc.pm
│   │   │   │   ├── NNTP.pm
│   │   │   │   ├── Ping.pm
│   │   │   │   ├── POP3.pm
│   │   │   │   ├── protoent.pm
│   │   │   │   ├── servent.pm
│   │   │   │   ├── SMTP.pm
│   │   │   │   └── Time.pm
│   │   │   ├── newgetopt.pl
│   │   │   ├── NEXT.pm
│   │   │   ├── Object
│   │   │   │   └── Accessor.pm
│   │   │   ├── Opcode.pm
│   │   │   ├── open2.pl
│   │   │   ├── open3.pl
│   │   │   ├── open.pm
│   │   │   ├── O.pm
│   │   │   ├── ops.pm
│   │   │   ├── overload.pm
│   │   │   ├── Package
│   │   │   │   └── Constants.pm
│   │   │   ├── Params
│   │   │   │   └── Check.pm
│   │   │   ├── perl5db.pl
│   │   │   ├── PerlIO
│   │   │   │   ├── encoding.pm
│   │   │   │   ├── scalar.pm
│   │   │   │   ├── via
│   │   │   │   │   └── QuotedPrint.pm
│   │   │   │   └── via.pm
│   │   │   ├── PerlIO.pm
│   │   │   ├── perllocal.pod
│   │   │   ├── Pod
│   │   │   │   ├── Checker.pm
│   │   │   │   ├── Escapes.pm
│   │   │   │   ├── Find.pm
│   │   │   │   ├── Functions.pm
│   │   │   │   ├── Html.pm
│   │   │   │   ├── InputObjects.pm
│   │   │   │   ├── LaTeX.pm
│   │   │   │   ├── Man.pm
│   │   │   │   ├── ParseLink.pm
│   │   │   │   ├── Parser.pm
│   │   │   │   ├── ParseUtils.pm
│   │   │   │   ├── Perldoc
│   │   │   │   │   ├── BaseTo.pm
│   │   │   │   │   ├── GetOptsOO.pm
│   │   │   │   │   ├── ToChecker.pm
│   │   │   │   │   ├── ToMan.pm
│   │   │   │   │   ├── ToNroff.pm
│   │   │   │   │   ├── ToPod.pm
│   │   │   │   │   ├── ToRtf.pm
│   │   │   │   │   ├── ToText.pm
│   │   │   │   │   ├── ToTk.pm
│   │   │   │   │   └── ToXml.pm
│   │   │   │   ├── Perldoc.pm
│   │   │   │   ├── Plainer.pm
│   │   │   │   ├── PlainText.pm
│   │   │   │   ├── Select.pm
│   │   │   │   ├── Simple
│   │   │   │   │   ├── BlackBox.pm
│   │   │   │   │   ├── Checker.pm
│   │   │   │   │   ├── Debug.pm
│   │   │   │   │   ├── DumpAsText.pm
│   │   │   │   │   ├── DumpAsXML.pm
│   │   │   │   │   ├── HTMLBatch.pm
│   │   │   │   │   ├── HTMLLegacy.pm
│   │   │   │   │   ├── HTML.pm
│   │   │   │   │   ├── LinkSection.pm
│   │   │   │   │   ├── Methody.pm
│   │   │   │   │   ├── Progress.pm
│   │   │   │   │   ├── PullParserEndToken.pm
│   │   │   │   │   ├── PullParser.pm
│   │   │   │   │   ├── PullParserStartToken.pm
│   │   │   │   │   ├── PullParserTextToken.pm
│   │   │   │   │   ├── PullParserToken.pm
│   │   │   │   │   ├── RTF.pm
│   │   │   │   │   ├── Search.pm
│   │   │   │   │   ├── SimpleTree.pm
│   │   │   │   │   ├── Subclassing.pod
│   │   │   │   │   ├── TextContent.pm
│   │   │   │   │   ├── Text.pm
│   │   │   │   │   ├── TiedOutFH.pm
│   │   │   │   │   ├── TranscodeDumb.pm
│   │   │   │   │   ├── Transcode.pm
│   │   │   │   │   ├── TranscodeSmart.pm
│   │   │   │   │   └── XMLOutStream.pm
│   │   │   │   ├── Simple.pm
│   │   │   │   ├── Simple.pod
│   │   │   │   ├── Text
│   │   │   │   │   ├── Color.pm
│   │   │   │   │   ├── Overstrike.pm
│   │   │   │   │   └── Termcap.pm
│   │   │   │   ├── Text.pm
│   │   │   │   └── Usage.pm
│   │   │   ├── pods
│   │   │   │   ├── a2p.pod
│   │   │   │   ├── perl5004delta.pod
│   │   │   │   ├── perl5005delta.pod
│   │   │   │   ├── perl5100delta.pod
│   │   │   │   ├── perl561delta.pod
│   │   │   │   ├── perl56delta.pod
│   │   │   │   ├── perl570delta.pod
│   │   │   │   ├── perl571delta.pod
│   │   │   │   ├── perl572delta.pod
│   │   │   │   ├── perl573delta.pod
│   │   │   │   ├── perl581delta.pod
│   │   │   │   ├── perl582delta.pod
│   │   │   │   ├── perl583delta.pod
│   │   │   │   ├── perl584delta.pod
│   │   │   │   ├── perl585delta.pod
│   │   │   │   ├── perl586delta.pod
│   │   │   │   ├── perl587delta.pod
│   │   │   │   ├── perl588delta.pod
│   │   │   │   ├── perl58delta.pod
│   │   │   │   ├── perl590delta.pod
│   │   │   │   ├── perl591delta.pod
│   │   │   │   ├── perl592delta.pod
│   │   │   │   ├── perl593delta.pod
│   │   │   │   ├── perl594delta.pod
│   │   │   │   ├── perl595delta.pod
│   │   │   │   ├── perlaix.pod
│   │   │   │   ├── perlamiga.pod
│   │   │   │   ├── perlapio.pod
│   │   │   │   ├── perlapi.pod
│   │   │   │   ├── perlapollo.pod
│   │   │   │   ├── perlartistic.pod
│   │   │   │   ├── perlbeos.pod
│   │   │   │   ├── perlbook.pod
│   │   │   │   ├── perlboot.pod
│   │   │   │   ├── perlbot.pod
│   │   │   │   ├── perlbs2000.pod
│   │   │   │   ├── perlcall.pod
│   │   │   │   ├── perlce.pod
│   │   │   │   ├── perlcheat.pod
│   │   │   │   ├── perlclib.pod
│   │   │   │   ├── perlcn.pod
│   │   │   │   ├── perlcommunity.pod
│   │   │   │   ├── perlcompile.pod
│   │   │   │   ├── perlcygwin.pod
│   │   │   │   ├── perldata.pod
│   │   │   │   ├── perldbmfilter.pod
│   │   │   │   ├── perldebguts.pod
│   │   │   │   ├── perldebtut.pod
│   │   │   │   ├── perldebug.pod
│   │   │   │   ├── perldelta.pod
│   │   │   │   ├── perldgux.pod
│   │   │   │   ├── perldiag.pod
│   │   │   │   ├── perldoc.pod
│   │   │   │   ├── perldos.pod
│   │   │   │   ├── perldsc.pod
│   │   │   │   ├── perlebcdic.pod
│   │   │   │   ├── perlembed.pod
│   │   │   │   ├── perlepoc.pod
│   │   │   │   ├── perlfaq1.pod
│   │   │   │   ├── perlfaq2.pod
│   │   │   │   ├── perlfaq3.pod
│   │   │   │   ├── perlfaq4.pod
│   │   │   │   ├── perlfaq5.pod
│   │   │   │   ├── perlfaq6.pod
│   │   │   │   ├── perlfaq7.pod
│   │   │   │   ├── perlfaq8.pod
│   │   │   │   ├── perlfaq9.pod
│   │   │   │   ├── perlfaq.pod
│   │   │   │   ├── perlfilter.pod
│   │   │   │   ├── perlfork.pod
│   │   │   │   ├── perlform.pod
│   │   │   │   ├── perlfreebsd.pod
│   │   │   │   ├── perlfunc.pod
│   │   │   │   ├── perlglossary.pod
│   │   │   │   ├── perlgpl.pod
│   │   │   │   ├── perlguts.pod
│   │   │   │   ├── perlhack.pod
│   │   │   │   ├── perlhist.pod
│   │   │   │   ├── perlhpux.pod
│   │   │   │   ├── perlhurd.pod
│   │   │   │   ├── perlintern.pod
│   │   │   │   ├── perlintro.pod
│   │   │   │   ├── perliol.pod
│   │   │   │   ├── perlipc.pod
│   │   │   │   ├── perlirix.pod
│   │   │   │   ├── perljp.pod
│   │   │   │   ├── perlko.pod
│   │   │   │   ├── perllexwarn.pod
│   │   │   │   ├── perllinux.pod
│   │   │   │   ├── perllocale.pod
│   │   │   │   ├── perllol.pod
│   │   │   │   ├── perlmachten.pod
│   │   │   │   ├── perlmacos.pod
│   │   │   │   ├── perlmacosx.pod
│   │   │   │   ├── perlmint.pod
│   │   │   │   ├── perlmodinstall.pod
│   │   │   │   ├── perlmodlib.pod
│   │   │   │   ├── perlmod.pod
│   │   │   │   ├── perlmodstyle.pod
│   │   │   │   ├── perlmpeix.pod
│   │   │   │   ├── perlnetware.pod
│   │   │   │   ├── perlnewmod.pod
│   │   │   │   ├── perlnumber.pod
│   │   │   │   ├── perlobj.pod
│   │   │   │   ├── perlopenbsd.pod
│   │   │   │   ├── perlopentut.pod
│   │   │   │   ├── perlop.pod
│   │   │   │   ├── perlos2.pod
│   │   │   │   ├── perlos390.pod
│   │   │   │   ├── perlos400.pod
│   │   │   │   ├── perlothrtut.pod
│   │   │   │   ├── perlpacktut.pod
│   │   │   │   ├── perlplan9.pod
│   │   │   │   ├── perl.pod
│   │   │   │   ├── perlpod.pod
│   │   │   │   ├── perlpodspec.pod
│   │   │   │   ├── perlport.pod
│   │   │   │   ├── perlpragma.pod
│   │   │   │   ├── perlqnx.pod
│   │   │   │   ├── perlreapi.pod
│   │   │   │   ├── perlrebackslash.pod
│   │   │   │   ├── perlrecharclass.pod
│   │   │   │   ├── perlref.pod
│   │   │   │   ├── perlreftut.pod
│   │   │   │   ├── perlreguts.pod
│   │   │   │   ├── perlre.pod
│   │   │   │   ├── perlrequick.pod
│   │   │   │   ├── perlreref.pod
│   │   │   │   ├── perlretut.pod
│   │   │   │   ├── perlriscos.pod
│   │   │   │   ├── perlrun.pod
│   │   │   │   ├── perlsec.pod
│   │   │   │   ├── perlsolaris.pod
│   │   │   │   ├── perlstyle.pod
│   │   │   │   ├── perlsub.pod
│   │   │   │   ├── perlsymbian.pod
│   │   │   │   ├── perlsyn.pod
│   │   │   │   ├── perlthrtut.pod
│   │   │   │   ├── perltie.pod
│   │   │   │   ├── perltoc.pod
│   │   │   │   ├── perltodo.pod
│   │   │   │   ├── perltooc.pod
│   │   │   │   ├── perltoot.pod
│   │   │   │   ├── perltrap.pod
│   │   │   │   ├── perltru64.pod
│   │   │   │   ├── perltw.pod
│   │   │   │   ├── perlunicode.pod
│   │   │   │   ├── perlunifaq.pod
│   │   │   │   ├── perluniintro.pod
│   │   │   │   ├── perlunitut.pod
│   │   │   │   ├── perlutil.pod
│   │   │   │   ├── perluts.pod
│   │   │   │   ├── perlvar.pod
│   │   │   │   ├── perlvmesa.pod
│   │   │   │   ├── perlvms.pod
│   │   │   │   ├── perlvos.pod
│   │   │   │   ├── perlwin32.pod
│   │   │   │   ├── perlxs.pod
│   │   │   │   └── perlxstut.pod
│   │   │   ├── POSIX.pm
│   │   │   ├── POSIX.pod
│   │   │   ├── pwd.pl
│   │   │   ├── re.pm
│   │   │   ├── Safe.pm
│   │   │   ├── Scalar
│   │   │   │   └── Util.pm
│   │   │   ├── SDBM_File.pm
│   │   │   ├── Search
│   │   │   │   └── Dict.pm
│   │   │   ├── SelectSaver.pm
│   │   │   ├── SelfLoader.pm
│   │   │   ├── Shell.pm
│   │   │   ├── shellwords.pl
│   │   │   ├── sigtrap.pm
│   │   │   ├── site_perl
│   │   │   │   └── auto
│   │   │   │   └── DBD
│   │   │   │   └── Oracle
│   │   │   │   └── mk.pm
│   │   │   ├── Socket.pm
│   │   │   ├── sort.pm
│   │   │   ├── stat.pl
│   │   │   ├── Storable.pm
│   │   │   ├── strict.pm
│   │   │   ├── subs.pm
│   │   │   ├── Switch.pm
│   │   │   ├── Symbol.pm
│   │   │   ├── Sys
│   │   │   │   └── Hostname.pm
│   │   │   ├── syslog.pl
│   │   │   ├── tainted.pl
│   │   │   ├── Term
│   │   │   │   ├── ANSIColor.pm
│   │   │   │   ├── Cap.pm
│   │   │   │   ├── Complete.pm
│   │   │   │   ├── ReadLine.pm
│   │   │   │   ├── UI
│   │   │   │   │   └── History.pm
│   │   │   │   └── UI.pm
│   │   │   ├── termcap.pl
│   │   │   ├── Test
│   │   │   │   ├── Builder
│   │   │   │   │   ├── Module.pm
│   │   │   │   │   ├── Tester
│   │   │   │   │   │   └── Color.pm
│   │   │   │   │   └── Tester.pm
│   │   │   │   ├── Builder.pm
│   │   │   │   ├── Harness
│   │   │   │   │   ├── Assert.pm
│   │   │   │   │   ├── Iterator.pm
│   │   │   │   │   ├── Point.pm
│   │   │   │   │   ├── Results.pm
│   │   │   │   │   ├── Straps.pm
│   │   │   │   │   ├── TAP.pod
│   │   │   │   │   └── Util.pm
│   │   │   │   ├── Harness.pm
│   │   │   │   ├── More.pm
│   │   │   │   ├── Simple.pm
│   │   │   │   └── Tutorial.pod
│   │   │   ├── Test.pm
│   │   │   ├── Text
│   │   │   │   ├── Abbrev.pm
│   │   │   │   ├── Balanced.pm
│   │   │   │   ├── ParseWords.pm
│   │   │   │   ├── Soundex.pm
│   │   │   │   ├── Tabs.pm
│   │   │   │   └── Wrap.pm
│   │   │   ├── Thread
│   │   │   │   ├── Queue.pm
│   │   │   │   └── Semaphore.pm
│   │   │   ├── Thread.pm
│   │   │   ├── threads
│   │   │   │   └── shared.pm
│   │   │   ├── threads.pm
│   │   │   ├── Tie
│   │   │   │   ├── Array.pm
│   │   │   │   ├── File.pm
│   │   │   │   ├── Handle.pm
│   │   │   │   ├── Hash
│   │   │   │   │   └── NamedCapture.pm
│   │   │   │   ├── Hash.pm
│   │   │   │   ├── Memoize.pm
│   │   │   │   ├── RefHash.pm
│   │   │   │   ├── Scalar.pm
│   │   │   │   ├── StdHandle.pm
│   │   │   │   └── SubstrHash.pm
│   │   │   ├── Time
│   │   │   │   ├── gmtime.pm
│   │   │   │   ├── HiRes.pm
│   │   │   │   ├── Local.pm
│   │   │   │   ├── localtime.pm
│   │   │   │   ├── Piece.pm
│   │   │   │   ├── Seconds.pm
│   │   │   │   └── tm.pm
│   │   │   ├── timelocal.pl
│   │   │   ├── Unicode
│   │   │   │   ├── Collate
│   │   │   │   │   ├── allkeys.txt
│   │   │   │   │   └── keys.txt
│   │   │   │   ├── Collate.pm
│   │   │   │   ├── Normalize.pm
│   │   │   │   └── UCD.pm
│   │   │   ├── unicore
│   │   │   │   ├── ArabicShaping.txt
│   │   │   │   ├── BidiMirroring.txt
│   │   │   │   ├── Blocks.txt
│   │   │   │   ├── Canonical.pl
│   │   │   │   ├── CaseFolding.txt
│   │   │   │   ├── CombiningClass.pl
│   │   │   │   ├── CompositionExclusions.txt
│   │   │   │   ├── Decomposition.pl
│   │   │   │   ├── EastAsianWidth.txt
│   │   │   │   ├── Exact.pl
│   │   │   │   ├── HangulSyllableType.txt
│   │   │   │   ├── Index.txt
│   │   │   │   ├── Jamo.txt
│   │   │   │   ├── lib
│   │   │   │   │   ├── bc
│   │   │   │   │   │   ├── AL.pl
│   │   │   │   │   │   ├── AN.pl
│   │   │   │   │   │   ├── BN.pl
│   │   │   │   │   │   ├── B.pl
│   │   │   │   │   │   ├── CS.pl
│   │   │   │   │   │   ├── EN.pl
│   │   │   │   │   │   ├── ES.pl
│   │   │   │   │   │   ├── ET.pl
│   │   │   │   │   │   ├── L.pl
│   │   │   │   │   │   ├── LRE.pl
│   │   │   │   │   │   ├── LRO.pl
│   │   │   │   │   │   ├── NSM.pl
│   │   │   │   │   │   ├── ON.pl
│   │   │   │   │   │   ├── PDF.pl
│   │   │   │   │   │   ├── RLE.pl
│   │   │   │   │   │   ├── RLO.pl
│   │   │   │   │   │   ├── R.pl
│   │   │   │   │   │   ├── S.pl
│   │   │   │   │   │   └── WS.pl
│   │   │   │   │   ├── ccc
│   │   │   │   │   │   ├── AL.pl
│   │   │   │   │   │   ├── A.pl
│   │   │   │   │   │   ├── AR.pl
│   │   │   │   │   │   ├── ATAR.pl
│   │   │   │   │   │   ├── ATBL.pl
│   │   │   │   │   │   ├── ATB.pl
│   │   │   │   │   │   ├── BL.pl
│   │   │   │   │   │   ├── B.pl
│   │   │   │   │   │   ├── BR.pl
│   │   │   │   │   │   ├── DA.pl
│   │   │   │   │   │   ├── DB.pl
│   │   │   │   │   │   ├── IS.pl
│   │   │   │   │   │   ├── KV.pl
│   │   │   │   │   │   ├── L.pl
│   │   │   │   │   │   ├── NK.pl
│   │   │   │   │   │   ├── NR.pl
│   │   │   │   │   │   ├── OV.pl
│   │   │   │   │   │   ├── R.pl
│   │   │   │   │   │   └── VR.pl
│   │   │   │   │   ├── dt
│   │   │   │   │   │   ├── can.pl
│   │   │   │   │   │   ├── com.pl
│   │   │   │   │   │   ├── enc.pl
│   │   │   │   │   │   ├── fin.pl
│   │   │   │   │   │   ├── font.pl
│   │   │   │   │   │   ├── fra.pl
│   │   │   │   │   │   ├── init.pl
│   │   │   │   │   │   ├── iso.pl
│   │   │   │   │   │   ├── med.pl
│   │   │   │   │   │   ├── nar.pl
│   │   │   │   │   │   ├── nb.pl
│   │   │   │   │   │   ├── sml.pl
│   │   │   │   │   │   ├── sqr.pl
│   │   │   │   │   │   ├── sub.pl
│   │   │   │   │   │   ├── sup.pl
│   │   │   │   │   │   ├── vert.pl
│   │   │   │   │   │   └── wide.pl
│   │   │   │   │   ├── ea
│   │   │   │   │   │   ├── A.pl
│   │   │   │   │   │   ├── F.pl
│   │   │   │   │   │   ├── H.pl
│   │   │   │   │   │   ├── Na.pl
│   │   │   │   │   │   ├── N.pl
│   │   │   │   │   │   └── W.pl
│   │   │   │   │   ├── gc_sc
│   │   │   │   │   │   ├── AHex.pl
│   │   │   │   │   │   ├── Alnum.pl
│   │   │   │   │   │   ├── Alphabet.pl
│   │   │   │   │   │   ├── Alpha.pl
│   │   │   │   │   │   ├── Any.pl
│   │   │   │   │   │   ├── Arab.pl
│   │   │   │   │   │   ├── Armn.pl
│   │   │   │   │   │   ├── AsciiHex.pl
│   │   │   │   │   │   ├── ASCII.pl
│   │   │   │   │   │   ├── Assigned.pl
│   │   │   │   │   │   ├── Bali.pl
│   │   │   │   │   │   ├── Beng.pl
│   │   │   │   │   │   ├── BidiCont.pl
│   │   │   │   │   │   ├── BidiC.pl
│   │   │   │   │   │   ├── Blank.pl
│   │   │   │   │   │   ├── Bopo.pl
│   │   │   │   │   │   ├── Brai.pl
│   │   │   │   │   │   ├── Bugi.pl
│   │   │   │   │   │   ├── Buhd.pl
│   │   │   │   │   │   ├── Canadian.pl
│   │   │   │   │   │   ├── _CanonDC.pl
│   │   │   │   │   │   ├── _CaseIgn.pl
│   │   │   │   │   │   ├── Cc.pl
│   │   │   │   │   │   ├── Cf.pl
│   │   │   │   │   │   ├── Cher.pl
│   │   │   │   │   │   ├── Cn.pl
│   │   │   │   │   │   ├── Cntrl.pl
│   │   │   │   │   │   ├── _CombAbo.pl
│   │   │   │   │   │   ├── Co.pl
│   │   │   │   │   │   ├── Copt.pl
│   │   │   │   │   │   ├── C.pl
│   │   │   │   │   │   ├── Cprt.pl
│   │   │   │   │   │   ├── Cs.pl
│   │   │   │   │   │   ├── Cyrl.pl
│   │   │   │   │   │   ├── Dash2.pl
│   │   │   │   │   │   ├── Dash.pl
│   │   │   │   │   │   ├── DefaultI.pl
│   │   │   │   │   │   ├── Dep.pl
│   │   │   │   │   │   ├── Deprecat.pl
│   │   │   │   │   │   ├── Deva.pl
│   │   │   │   │   │   ├── Diacriti.pl
│   │   │   │   │   │   ├── Dia.pl
│   │   │   │   │   │   ├── Digit.pl
│   │   │   │   │   │   ├── Dsrt.pl
│   │   │   │   │   │   ├── Ethi.pl
│   │   │   │   │   │   ├── Extender.pl
│   │   │   │   │   │   ├── Ext.pl
│   │   │   │   │   │   ├── Geor.pl
│   │   │   │   │   │   ├── Glag.pl
│   │   │   │   │   │   ├── Goth.pl
│   │   │   │   │   │   ├── Graph.pl
│   │   │   │   │   │   ├── Grek.pl
│   │   │   │   │   │   ├── Gujr.pl
│   │   │   │   │   │   ├── Guru.pl
│   │   │   │   │   │   ├── Hang.pl
│   │   │   │   │   │   ├── Hani.pl
│   │   │   │   │   │   ├── Hano.pl
│   │   │   │   │   │   ├── Hebr.pl
│   │   │   │   │   │   ├── HexDigit.pl
│   │   │   │   │   │   ├── Hex.pl
│   │   │   │   │   │   ├── Hira.pl
│   │   │   │   │   │   ├── HorizSpa.pl
│   │   │   │   │   │   ├── Hyphen2.pl
│   │   │   │   │   │   ├── Hyphen.pl
│   │   │   │   │   │   ├── IdContin.pl
│   │   │   │   │   │   ├── Ideograp.pl
│   │   │   │   │   │   ├── Ideo.pl
│   │   │   │   │   │   ├── IdsBinar.pl
│   │   │   │   │   │   ├── IDSB.pl
│   │   │   │   │   │   ├── IdStart.pl
│   │   │   │   │   │   ├── IDST.pl
│   │   │   │   │   │   ├── IdsTrina.pl
│   │   │   │   │   │   ├── InAegean.pl
│   │   │   │   │   │   ├── InAlphab.pl
│   │   │   │   │   │   ├── InAncie2.pl
│   │   │   │   │   │   ├── InAncien.pl
│   │   │   │   │   │   ├── InArabi2.pl
│   │   │   │   │   │   ├── InArabi3.pl
│   │   │   │   │   │   ├── InArabi4.pl
│   │   │   │   │   │   ├── InArabic.pl
│   │   │   │   │   │   ├── InArmeni.pl
│   │   │   │   │   │   ├── InArrows.pl
│   │   │   │   │   │   ├── InBaline.pl
│   │   │   │   │   │   ├── InBasicL.pl
│   │   │   │   │   │   ├── InBengal.pl
│   │   │   │   │   │   ├── InBlockE.pl
│   │   │   │   │   │   ├── InBopom2.pl
│   │   │   │   │   │   ├── InBopomo.pl
│   │   │   │   │   │   ├── InBoxDra.pl
│   │   │   │   │   │   ├── InBraill.pl
│   │   │   │   │   │   ├── InBugine.pl
│   │   │   │   │   │   ├── InBuhid.pl
│   │   │   │   │   │   ├── InByzant.pl
│   │   │   │   │   │   ├── InCherok.pl
│   │   │   │   │   │   ├── InCjkCo2.pl
│   │   │   │   │   │   ├── InCjkCo3.pl
│   │   │   │   │   │   ├── InCjkCo4.pl
│   │   │   │   │   │   ├── InCjkCom.pl
│   │   │   │   │   │   ├── InCjkRad.pl
│   │   │   │   │   │   ├── InCjkStr.pl
│   │   │   │   │   │   ├── InCjkSym.pl
│   │   │   │   │   │   ├── InCjkUn2.pl
│   │   │   │   │   │   ├── InCjkUn3.pl
│   │   │   │   │   │   ├── InCjkUni.pl
│   │   │   │   │   │   ├── InCombi2.pl
│   │   │   │   │   │   ├── InCombi3.pl
│   │   │   │   │   │   ├── InCombi4.pl
│   │   │   │   │   │   ├── InCombin.pl
│   │   │   │   │   │   ├── InContro.pl
│   │   │   │   │   │   ├── InCoptic.pl
│   │   │   │   │   │   ├── InCounti.pl
│   │   │   │   │   │   ├── InCunei2.pl
│   │   │   │   │   │   ├── InCuneif.pl
│   │   │   │   │   │   ├── InCurren.pl
│   │   │   │   │   │   ├── InCyprio.pl
│   │   │   │   │   │   ├── InCyril2.pl
│   │   │   │   │   │   ├── InCyrill.pl
│   │   │   │   │   │   ├── InDesere.pl
│   │   │   │   │   │   ├── InDevana.pl
│   │   │   │   │   │   ├── InDingba.pl
│   │   │   │   │   │   ├── InEnclo2.pl
│   │   │   │   │   │   ├── InEnclos.pl
│   │   │   │   │   │   ├── InEthio2.pl
│   │   │   │   │   │   ├── InEthio3.pl
│   │   │   │   │   │   ├── InEthiop.pl
│   │   │   │   │   │   ├── InGenera.pl
│   │   │   │   │   │   ├── InGeomet.pl
│   │   │   │   │   │   ├── InGeorg2.pl
│   │   │   │   │   │   ├── InGeorgi.pl
│   │   │   │   │   │   ├── InGlagol.pl
│   │   │   │   │   │   ├── InGothic.pl
│   │   │   │   │   │   ├── InGreekA.pl
│   │   │   │   │   │   ├── InGreekE.pl
│   │   │   │   │   │   ├── InGujara.pl
│   │   │   │   │   │   ├── InGurmuk.pl
│   │   │   │   │   │   ├── InHalfwi.pl
│   │   │   │   │   │   ├── InHangu2.pl
│   │   │   │   │   │   ├── InHangu3.pl
│   │   │   │   │   │   ├── InHangul.pl
│   │   │   │   │   │   ├── InHanuno.pl
│   │   │   │   │   │   ├── InHebrew.pl
│   │   │   │   │   │   ├── InHighPr.pl
│   │   │   │   │   │   ├── InHighSu.pl
│   │   │   │   │   │   ├── InHiraga.pl
│   │   │   │   │   │   ├── InIdeogr.pl
│   │   │   │   │   │   ├── InIpaExt.pl
│   │   │   │   │   │   ├── InKanbun.pl
│   │   │   │   │   │   ├── InKangxi.pl
│   │   │   │   │   │   ├── InKannad.pl
│   │   │   │   │   │   ├── InKatak2.pl
│   │   │   │   │   │   ├── InKataka.pl
│   │   │   │   │   │   ├── InKharos.pl
│   │   │   │   │   │   ├── InKhmer.pl
│   │   │   │   │   │   ├── InKhmerS.pl
│   │   │   │   │   │   ├── InLao.pl
│   │   │   │   │   │   ├── InLatin1.pl
│   │   │   │   │   │   ├── InLatin2.pl
│   │   │   │   │   │   ├── InLatin3.pl
│   │   │   │   │   │   ├── InLatin4.pl
│   │   │   │   │   │   ├── InLatin5.pl
│   │   │   │   │   │   ├── InLatinE.pl
│   │   │   │   │   │   ├── InLetter.pl
│   │   │   │   │   │   ├── InLimbu.pl
│   │   │   │   │   │   ├── InLinea2.pl
│   │   │   │   │   │   ├── InLinear.pl
│   │   │   │   │   │   ├── InLowSur.pl
│   │   │   │   │   │   ├── InMalaya.pl
│   │   │   │   │   │   ├── InMathe2.pl
│   │   │   │   │   │   ├── InMathem.pl
│   │   │   │   │   │   ├── InMisce2.pl
│   │   │   │   │   │   ├── InMisce3.pl
│   │   │   │   │   │   ├── InMisce4.pl
│   │   │   │   │   │   ├── InMisce5.pl
│   │   │   │   │   │   ├── InMiscel.pl
│   │   │   │   │   │   ├── InModifi.pl
│   │   │   │   │   │   ├── InMongol.pl
│   │   │   │   │   │   ├── InMusica.pl
│   │   │   │   │   │   ├── InMyanma.pl
│   │   │   │   │   │   ├── InNewTai.pl
│   │   │   │   │   │   ├── InNko.pl
│   │   │   │   │   │   ├── InNumber.pl
│   │   │   │   │   │   ├── InOgham.pl
│   │   │   │   │   │   ├── InOldIta.pl
│   │   │   │   │   │   ├── InOldPer.pl
│   │   │   │   │   │   ├── InOptica.pl
│   │   │   │   │   │   ├── InOriya.pl
│   │   │   │   │   │   ├── InOsmany.pl
│   │   │   │   │   │   ├── InPhagsP.pl
│   │   │   │   │   │   ├── InPhoeni.pl
│   │   │   │   │   │   ├── InPhone2.pl
│   │   │   │   │   │   ├── InPhonet.pl
│   │   │   │   │   │   ├── InPrivat.pl
│   │   │   │   │   │   ├── InRunic.pl
│   │   │   │   │   │   ├── InShavia.pl
│   │   │   │   │   │   ├── InSinhal.pl
│   │   │   │   │   │   ├── InSmallF.pl
│   │   │   │   │   │   ├── InSpacin.pl
│   │   │   │   │   │   ├── InSpecia.pl
│   │   │   │   │   │   ├── InSupers.pl
│   │   │   │   │   │   ├── InSuppl2.pl
│   │   │   │   │   │   ├── InSuppl3.pl
│   │   │   │   │   │   ├── InSuppl4.pl
│   │   │   │   │   │   ├── InSuppl5.pl
│   │   │   │   │   │   ├── InSuppl6.pl
│   │   │   │   │   │   ├── InSupple.pl
│   │   │   │   │   │   ├── InSyloti.pl
│   │   │   │   │   │   ├── InSyriac.pl
│   │   │   │   │   │   ├── InTagalo.pl
│   │   │   │   │   │   ├── InTagban.pl
│   │   │   │   │   │   ├── InTags.pl
│   │   │   │   │   │   ├── InTaiLe.pl
│   │   │   │   │   │   ├── InTaiXua.pl
│   │   │   │   │   │   ├── InTamil.pl
│   │   │   │   │   │   ├── InTelugu.pl
│   │   │   │   │   │   ├── InThaana.pl
│   │   │   │   │   │   ├── InThai.pl
│   │   │   │   │   │   ├── InTibeta.pl
│   │   │   │   │   │   ├── InTifina.pl
│   │   │   │   │   │   ├── InUgarit.pl
│   │   │   │   │   │   ├── InUnifie.pl
│   │   │   │   │   │   ├── InVaria2.pl
│   │   │   │   │   │   ├── InVariat.pl
│   │   │   │   │   │   ├── InVertic.pl
│   │   │   │   │   │   ├── InYijing.pl
│   │   │   │   │   │   ├── InYiRadi.pl
│   │   │   │   │   │   ├── InYiSyll.pl
│   │   │   │   │   │   ├── JoinCont.pl
│   │   │   │   │   │   ├── JoinC.pl
│   │   │   │   │   │   ├── Kana.pl
│   │   │   │   │   │   ├── Khar.pl
│   │   │   │   │   │   ├── Khmr.pl
│   │   │   │   │   │   ├── Knda.pl
│   │   │   │   │   │   ├── Laoo.pl
│   │   │   │   │   │   ├── Latn.pl
│   │   │   │   │   │   ├── LC.pl
│   │   │   │   │   │   ├── Limb.pl
│   │   │   │   │   │   ├── LinearB.pl
│   │   │   │   │   │   ├── Ll.pl
│   │   │   │   │   │   ├── Lm.pl
│   │   │   │   │   │   ├── LOE.pl
│   │   │   │   │   │   ├── LogicalO.pl
│   │   │   │   │   │   ├── Lo.pl
│   │   │   │   │   │   ├── Lowercas.pl
│   │   │   │   │   │   ├── Lower.pl
│   │   │   │   │   │   ├── L.pl
│   │   │   │   │   │   ├── Lt.pl
│   │   │   │   │   │   ├── Lu.pl
│   │   │   │   │   │   ├── Math.pl
│   │   │   │   │   │   ├── Mc.pl
│   │   │   │   │   │   ├── Me.pl
│   │   │   │   │   │   ├── Mlym.pl
│   │   │   │   │   │   ├── Mn.pl
│   │   │   │   │   │   ├── Mong.pl
│   │   │   │   │   │   ├── M.pl
│   │   │   │   │   │   ├── Mymr.pl
│   │   │   │   │   │   ├── NChar.pl
│   │   │   │   │   │   ├── Nd.pl
│   │   │   │   │   │   ├── NewTaiLu.pl
│   │   │   │   │   │   ├── Nkoo.pl
│   │   │   │   │   │   ├── Nl.pl
│   │   │   │   │   │   ├── Nonchara.pl
│   │   │   │   │   │   ├── No.pl
│   │   │   │   │   │   ├── N.pl
│   │   │   │   │   │   ├── OAlpha.pl
│   │   │   │   │   │   ├── ODI.pl
│   │   │   │   │   │   ├── Ogam.pl
│   │   │   │   │   │   ├── OGrExt.pl
│   │   │   │   │   │   ├── OIDC.pl
│   │   │   │   │   │   ├── OIDS.pl
│   │   │   │   │   │   ├── OldItali.pl
│   │   │   │   │   │   ├── OldPersi.pl
│   │   │   │   │   │   ├── OLower.pl
│   │   │   │   │   │   ├── OMath.pl
│   │   │   │   │   │   ├── Orya.pl
│   │   │   │   │   │   ├── Osma.pl
│   │   │   │   │   │   ├── OtherAlp.pl
│   │   │   │   │   │   ├── OtherDef.pl
│   │   │   │   │   │   ├── OtherGra.pl
│   │   │   │   │   │   ├── OtherIdC.pl
│   │   │   │   │   │   ├── OtherIdS.pl
│   │   │   │   │   │   ├── OtherLow.pl
│   │   │   │   │   │   ├── OtherMat.pl
│   │   │   │   │   │   ├── OtherUpp.pl
│   │   │   │   │   │   ├── OUpper.pl
│   │   │   │   │   │   ├── PatSyn.pl
│   │   │   │   │   │   ├── PatternS.pl
│   │   │   │   │   │   ├── PatternW.pl
│   │   │   │   │   │   ├── PatWS.pl
│   │   │   │   │   │   ├── Pc.pl
│   │   │   │   │   │   ├── Pd.pl
│   │   │   │   │   │   ├── Pe.pl
│   │   │   │   │   │   ├── Pf.pl
│   │   │   │   │   │   ├── PhagsPa.pl
│   │   │   │   │   │   ├── Phnx.pl
│   │   │   │   │   │   ├── Pi.pl
│   │   │   │   │   │   ├── Po.pl
│   │   │   │   │   │   ├── P.pl
│   │   │   │   │   │   ├── Print.pl
│   │   │   │   │   │   ├── Ps.pl
│   │   │   │   │   │   ├── Punct.pl
│   │   │   │   │   │   ├── Qaai.pl
│   │   │   │   │   │   ├── QMark.pl
│   │   │   │   │   │   ├── Quotatio.pl
│   │   │   │   │   │   ├── Radical2.pl
│   │   │   │   │   │   ├── Radical.pl
│   │   │   │   │   │   ├── Runr.pl
│   │   │   │   │   │   ├── Sc.pl
│   │   │   │   │   │   ├── SD.pl
│   │   │   │   │   │   ├── Shaw.pl
│   │   │   │   │   │   ├── Sinh.pl
│   │   │   │   │   │   ├── Sk.pl
│   │   │   │   │   │   ├── Sm.pl
│   │   │   │   │   │   ├── SoftDott.pl
│   │   │   │   │   │   ├── So.pl
│   │   │   │   │   │   ├── SpacePer.pl
│   │   │   │   │   │   ├── Space.pl
│   │   │   │   │   │   ├── S.pl
│   │   │   │   │   │   ├── Sterm2.pl
│   │   │   │   │   │   ├── STerm.pl
│   │   │   │   │   │   ├── SylotiNa.pl
│   │   │   │   │   │   ├── Syrc.pl
│   │   │   │   │   │   ├── Tagb.pl
│   │   │   │   │   │   ├── TaiLe.pl
│   │   │   │   │   │   ├── Taml.pl
│   │   │   │   │   │   ├── Telu.pl
│   │   │   │   │   │   ├── Terminal.pl
│   │   │   │   │   │   ├── Term.pl
│   │   │   │   │   │   ├── Tfng.pl
│   │   │   │   │   │   ├── Tglg.pl
│   │   │   │   │   │   ├── Thaa.pl
│   │   │   │   │   │   ├── Thai.pl
│   │   │   │   │   │   ├── Tibt.pl
│   │   │   │   │   │   ├── Title.pl
│   │   │   │   │   │   ├── Ugar.pl
│   │   │   │   │   │   ├── UIdeo.pl
│   │   │   │   │   │   ├── UnifiedI.pl
│   │   │   │   │   │   ├── Uppercas.pl
│   │   │   │   │   │   ├── Upper.pl
│   │   │   │   │   │   ├── Variatio.pl
│   │   │   │   │   │   ├── VertSpac.pl
│   │   │   │   │   │   ├── VS.pl
│   │   │   │   │   │   ├── WhiteSpa.pl
│   │   │   │   │   │   ├── Word.pl
│   │   │   │   │   │   ├── WSpace.pl
│   │   │   │   │   │   ├── XDigit.pl
│   │   │   │   │   │   ├── Xsux.pl
│   │   │   │   │   │   ├── Yiii.pl
│   │   │   │   │   │   ├── Zl.pl
│   │   │   │   │   │   ├── Z.pl
│   │   │   │   │   │   ├── Zp.pl
│   │   │   │   │   │   ├── Zs.pl
│   │   │   │   │   │   └── Zyyy.pl
│   │   │   │   │   ├── hst
│   │   │   │   │   │   ├── L.pl
│   │   │   │   │   │   ├── LV.pl
│   │   │   │   │   │   ├── LVT.pl
│   │   │   │   │   │   ├── T.pl
│   │   │   │   │   │   └── V.pl
│   │   │   │   │   ├── jt
│   │   │   │   │   │   ├── C.pl
│   │   │   │   │   │   ├── D.pl
│   │   │   │   │   │   ├── R.pl
│   │   │   │   │   │   └── U.pl
│   │   │   │   │   ├── lb
│   │   │   │   │   │   ├── AI.pl
│   │   │   │   │   │   ├── AL.pl
│   │   │   │   │   │   ├── B2.pl
│   │   │   │   │   │   ├── BA.pl
│   │   │   │   │   │   ├── BB.pl
│   │   │   │   │   │   ├── BK.pl
│   │   │   │   │   │   ├── CB.pl
│   │   │   │   │   │   ├── CL.pl
│   │   │   │   │   │   ├── CM.pl
│   │   │   │   │   │   ├── CR.pl
│   │   │   │   │   │   ├── EX.pl
│   │   │   │   │   │   ├── GL.pl
│   │   │   │   │   │   ├── H2.pl
│   │   │   │   │   │   ├── H3.pl
│   │   │   │   │   │   ├── HY.pl
│   │   │   │   │   │   ├── ID.pl
│   │   │   │   │   │   ├── IN.pl
│   │   │   │   │   │   ├── IS.pl
│   │   │   │   │   │   ├── JL.pl
│   │   │   │   │   │   ├── JT.pl
│   │   │   │   │   │   ├── JV.pl
│   │   │   │   │   │   ├── LF.pl
│   │   │   │   │   │   ├── NL.pl
│   │   │   │   │   │   ├── NS.pl
│   │   │   │   │   │   ├── NU.pl
│   │   │   │   │   │   ├── OP.pl
│   │   │   │   │   │   ├── PO.pl
│   │   │   │   │   │   ├── PR.pl
│   │   │   │   │   │   ├── QU.pl
│   │   │   │   │   │   ├── SA.pl
│   │   │   │   │   │   ├── SG.pl
│   │   │   │   │   │   ├── SP.pl
│   │   │   │   │   │   ├── SY.pl
│   │   │   │   │   │   ├── WJ.pl
│   │   │   │   │   │   ├── XX.pl
│   │   │   │   │   │   └── ZW.pl
│   │   │   │   │   └── nt
│   │   │   │   │   ├── De.pl
│   │   │   │   │   ├── Di.pl
│   │   │   │   │   └── Nu.pl
│   │   │   │   ├── LineBreak.txt
│   │   │   │   ├── mktables
│   │   │   │   ├── mktables.lst
│   │   │   │   ├── NamedSequences.txt
│   │   │   │   ├── NamedSqProv.txt
│   │   │   │   ├── Name.pl
│   │   │   │   ├── NamesList.txt
│   │   │   │   ├── NormalizationCorrections.txt
│   │   │   │   ├── Properties
│   │   │   │   ├── PropertyAliases.txt
│   │   │   │   ├── PropList.txt
│   │   │   │   ├── PropValueAliases.txt
│   │   │   │   ├── PVA.pl
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── Scripts.txt
│   │   │   │   ├── SpecialCasing.txt
│   │   │   │   ├── StandardizedVariants.txt
│   │   │   │   ├── To
│   │   │   │   │   ├── Digit.pl
│   │   │   │   │   ├── Fold.pl
│   │   │   │   │   ├── Lower.pl
│   │   │   │   │   ├── Title.pl
│   │   │   │   │   └── Upper.pl
│   │   │   │   ├── UnicodeData.txt
│   │   │   │   └── version
│   │   │   ├── UNIVERSAL.pm
│   │   │   ├── User
│   │   │   │   ├── grent.pm
│   │   │   │   └── pwent.pm
│   │   │   ├── utf8_heavy.pl
│   │   │   ├── utf8.pm
│   │   │   ├── validate.pl
│   │   │   ├── vars.pm
│   │   │   ├── version.pm
│   │   │   ├── version.pod
│   │   │   ├── vmsish.pm
│   │   │   ├── warnings
│   │   │   │   └── register.pm
│   │   │   ├── warnings.pm
│   │   │   ├── Win32API
│   │   │   │   ├── File
│   │   │   │   │   └── cFile.pc
│   │   │   │   └── File.pm
│   │   │   ├── Win32CORE.pm
│   │   │   ├── Win32.pm
│   │   │   └── XSLoader.pm
│   │   └── site
│   │   └── lib
│   │   ├── Apache
│   │   │   ├── AuthDBI.pm
│   │   │   └── DBI.pm
│   │   ├── auto
│   │   │   ├── DBD
│   │   │   │   └── Oracle
│   │   │   │   ├── dbdimp.h
│   │   │   │   ├── ocitrace.h
│   │   │   │   ├── Oracle.bs
│   │   │   │   ├── Oracle.dll
│   │   │   │   ├── Oracle.exp
│   │   │   │   ├── Oracle.h
│   │   │   │   ├── Oracle.lib
│   │   │   │   └── Oracle.pdb
│   │   │   ├── DBI
│   │   │   │   ├── dbd_xsh.h
│   │   │   │   ├── DBI.bs
│   │   │   │   ├── DBI.dll
│   │   │   │   ├── DBI.exp
│   │   │   │   ├── DBI.lib
│   │   │   │   ├── DBI.pdb
│   │   │   │   ├── dbipport.h
│   │   │   │   ├── dbi_sql.h
│   │   │   │   ├── dbivport.h
│   │   │   │   ├── DBIXS.h
│   │   │   │   ├── dbixs_rev.h
│   │   │   │   ├── Driver.xst
│   │   │   │   └── Driver_xst.h
│   │   │   ├── Digest
│   │   │   │   ├── MD2
│   │   │   │   │   ├── MD2.bs
│   │   │   │   │   ├── MD2.dll
│   │   │   │   │   ├── MD2.exp
│   │   │   │   │   ├── MD2.lib
│   │   │   │   │   └── MD2.pdb
│   │   │   │   └── SHA1
│   │   │   │   ├── SHA1.bs
│   │   │   │   ├── SHA1.dll
│   │   │   │   ├── SHA1.exp
│   │   │   │   ├── SHA1.lib
│   │   │   │   └── SHA1.pdb
│   │   │   ├── HTML
│   │   │   │   └── Parser
│   │   │   │   ├── Parser.bs
│   │   │   │   ├── Parser.dll
│   │   │   │   ├── Parser.exp
│   │   │   │   ├── Parser.lib
│   │   │   │   └── Parser.pdb
│   │   │   ├── Win32
│   │   │   │   ├── ChangeNotify
│   │   │   │   │   ├── ChangeNotify.bs
│   │   │   │   │   ├── ChangeNotify.dll
│   │   │   │   │   ├── ChangeNotify.exp
│   │   │   │   │   ├── ChangeNotify.lib
│   │   │   │   │   └── ChangeNotify.pdb
│   │   │   │   ├── Clipboard
│   │   │   │   │   ├── Clipboard.bs
│   │   │   │   │   ├── Clipboard.dll
│   │   │   │   │   ├── Clipboard.exp
│   │   │   │   │   ├── Clipboard.lib
│   │   │   │   │   └── Clipboard.pdb
│   │   │   │   ├── Console
│   │   │   │   │   ├── Console.bs
│   │   │   │   │   ├── Console.dll
│   │   │   │   │   ├── Console.exp
│   │   │   │   │   ├── Console.lib
│   │   │   │   │   └── Console.pdb
│   │   │   │   ├── Event
│   │   │   │   │   ├── Event.bs
│   │   │   │   │   ├── Event.dll
│   │   │   │   │   ├── Event.exp
│   │   │   │   │   ├── Event.lib
│   │   │   │   │   └── Event.pdb
│   │   │   │   ├── EventLog
│   │   │   │   │   ├── EventLog.bs
│   │   │   │   │   ├── EventLog.dll
│   │   │   │   │   ├── EventLog.exp
│   │   │   │   │   ├── EventLog.lib
│   │   │   │   │   └── EventLog.pdb
│   │   │   │   ├── File
│   │   │   │   │   ├── File.bs
│   │   │   │   │   ├── File.dll
│   │   │   │   │   ├── File.exp
│   │   │   │   │   ├── File.lib
│   │   │   │   │   └── File.pdb
│   │   │   │   ├── FileSecurity
│   │   │   │   │   ├── FileSecurity.bs
│   │   │   │   │   ├── FileSecurity.dll
│   │   │   │   │   ├── FileSecurity.exp
│   │   │   │   │   ├── FileSecurity.lib
│   │   │   │   │   └── FileSecurity.pdb
│   │   │   │   ├── Internet
│   │   │   │   │   ├── Internet.bs
│   │   │   │   │   ├── Internet.dll
│   │   │   │   │   ├── Internet.exp
│   │   │   │   │   ├── Internet.lib
│   │   │   │   │   └── Internet.pdb
│   │   │   │   ├── IPC
│   │   │   │   │   ├── IPC.bs
│   │   │   │   │   ├── IPC.dll
│   │   │   │   │   ├── IPC.exp
│   │   │   │   │   ├── IPC.lib
│   │   │   │   │   └── IPC.pdb
│   │   │   │   ├── Job
│   │   │   │   │   ├── Job.bs
│   │   │   │   │   ├── Job.dll
│   │   │   │   │   ├── Job.exp
│   │   │   │   │   ├── Job.lib
│   │   │   │   │   └── Job.pdb
│   │   │   │   ├── Mutex
│   │   │   │   │   ├── Mutex.bs
│   │   │   │   │   ├── Mutex.dll
│   │   │   │   │   ├── Mutex.exp
│   │   │   │   │   ├── Mutex.lib
│   │   │   │   │   └── Mutex.pdb
│   │   │   │   ├── NetAdmin
│   │   │   │   │   ├── NetAdmin.bs
│   │   │   │   │   ├── NetAdmin.dll
│   │   │   │   │   ├── NetAdmin.exp
│   │   │   │   │   ├── NetAdmin.lib
│   │   │   │   │   └── NetAdmin.pdb
│   │   │   │   ├── NetResource
│   │   │   │   │   ├── autosplit.ix
│   │   │   │   │   ├── NetResource.bs
│   │   │   │   │   ├── NetResource.dll
│   │   │   │   │   ├── NetResource.exp
│   │   │   │   │   ├── NetResource.lib
│   │   │   │   │   └── NetResource.pdb
│   │   │   │   ├── ODBC
│   │   │   │   │   ├── ODBC.bs
│   │   │   │   │   ├── ODBC.dll
│   │   │   │   │   ├── ODBC.exp
│   │   │   │   │   ├── ODBC.lib
│   │   │   │   │   └── ODBC.pdb
│   │   │   │   ├── OLE
│   │   │   │   │   ├── OLE.bs
│   │   │   │   │   ├── OLE.dll
│   │   │   │   │   ├── OLE.exp
│   │   │   │   │   ├── OLE.lib
│   │   │   │   │   └── OLE.pdb
│   │   │   │   ├── PerfLib
│   │   │   │   │   ├── autosplit.ix
│   │   │   │   │   ├── PerfLib.bs
│   │   │   │   │   ├── PerfLib.dll
│   │   │   │   │   ├── PerfLib.exp
│   │   │   │   │   ├── PerfLib.lib
│   │   │   │   │   └── PerfLib.pdb
│   │   │   │   ├── Pipe
│   │   │   │   │   ├── Pipe.bs
│   │   │   │   │   ├── Pipe.dll
│   │   │   │   │   ├── Pipe.exp
│   │   │   │   │   ├── Pipe.lib
│   │   │   │   │   └── Pipe.pdb
│   │   │   │   ├── Process
│   │   │   │   │   ├── Process.bs
│   │   │   │   │   ├── Process.dll
│   │   │   │   │   ├── Process.exp
│   │   │   │   │   ├── Process.lib
│   │   │   │   │   └── Process.pdb
│   │   │   │   ├── Registry
│   │   │   │   │   ├── Registry.bs
│   │   │   │   │   ├── Registry.dll
│   │   │   │   │   ├── Registry.exp
│   │   │   │   │   ├── Registry.lib
│   │   │   │   │   └── Registry.pdb
│   │   │   │   ├── Semaphore
│   │   │   │   │   ├── Semaphore.bs
│   │   │   │   │   ├── Semaphore.dll
│   │   │   │   │   ├── Semaphore.exp
│   │   │   │   │   ├── Semaphore.lib
│   │   │   │   │   └── Semaphore.pdb
│   │   │   │   ├── Service
│   │   │   │   │   ├── Service.bs
│   │   │   │   │   ├── Service.dll
│   │   │   │   │   ├── Service.exp
│   │   │   │   │   ├── Service.lib
│   │   │   │   │   └── Service.pdb
│   │   │   │   ├── Shortcut
│   │   │   │   │   ├── Shortcut.bs
│   │   │   │   │   ├── Shortcut.dll
│   │   │   │   │   ├── Shortcut.exp
│   │   │   │   │   ├── Shortcut.lib
│   │   │   │   │   └── Shortcut.pdb
│   │   │   │   ├── Sound
│   │   │   │   │   ├── Sound.bs
│   │   │   │   │   ├── Sound.dll
│   │   │   │   │   ├── Sound.exp
│   │   │   │   │   ├── Sound.lib
│   │   │   │   │   └── Sound.pdb
│   │   │   │   └── WinError
│   │   │   │   ├── WinError.bs
│   │   │   │   ├── WinError.dll
│   │   │   │   ├── WinError.exp
│   │   │   │   ├── WinError.lib
│   │   │   │   └── WinError.pdb
│   │   │   ├── Win32API
│   │   │   │   ├── Net
│   │   │   │   │   ├── Net.bs
│   │   │   │   │   ├── Net.dll
│   │   │   │   │   ├── Net.exp
│   │   │   │   │   ├── Net.lib
│   │   │   │   │   └── Net.pdb
│   │   │   │   └── Registry
│   │   │   │   ├── Registry.bs
│   │   │   │   ├── Registry.dll
│   │   │   │   ├── Registry.exp
│   │   │   │   ├── Registry.lib
│   │   │   │   └── Registry.pdb
│   │   │   └── XML
│   │   │   └── Parser
│   │   │   └── Expat
│   │   │   ├── Expat.bs
│   │   │   ├── Expat.dll
│   │   │   ├── Expat.exp
│   │   │   ├── Expat.lib
│   │   │   └── Expat.pdb
│   │   ├── Bundle
│   │   │   ├── DBI.pm
│   │   │   ├── libwin32.pm
│   │   │   ├── LWP.pm
│   │   │   └── PlRPC.pm
│   │   ├── DBD
│   │   │   ├── DBM.pm
│   │   │   ├── ExampleP.pm
│   │   │   ├── File.pm
│   │   │   ├── Gofer
│   │   │   │   ├── Policy
│   │   │   │   │   ├── Base.pm
│   │   │   │   │   ├── classic.pm
│   │   │   │   │   ├── pedantic.pm
│   │   │   │   │   └── rush.pm
│   │   │   │   └── Transport
│   │   │   │   ├── Base.pm
│   │   │   │   ├── null.pm
│   │   │   │   ├── pipeone.pm
│   │   │   │   └── stream.pm
│   │   │   ├── Gofer.pm
│   │   │   ├── mkta.pl
│   │   │   ├── NullP.pm
│   │   │   ├── Oracle
│   │   │   │   └── GetInfo.pm
│   │   │   ├── Oracle.pm
│   │   │   ├── Proxy.pm
│   │   │   └── Sponge.pm
│   │   ├── DBI
│   │   │   ├── Changes.pm
│   │   │   ├── Const
│   │   │   │   ├── GetInfo
│   │   │   │   │   ├── ANSI.pm
│   │   │   │   │   └── ODBC.pm
│   │   │   │   ├── GetInfoReturn.pm
│   │   │   │   └── GetInfoType.pm
│   │   │   ├── DBD
│   │   │   │   └── Metadata.pm
│   │   │   ├── DBD.pm
│   │   │   ├── FAQ.pm
│   │   │   ├── Gofer
│   │   │   │   ├── Execute.pm
│   │   │   │   ├── Request.pm
│   │   │   │   ├── Response.pm
│   │   │   │   ├── Serializer
│   │   │   │   │   ├── Base.pm
│   │   │   │   │   ├── DataDumper.pm
│   │   │   │   │   └── Storable.pm
│   │   │   │   └── Transport
│   │   │   │   ├── Base.pm
│   │   │   │   ├── pipeone.pm
│   │   │   │   └── stream.pm
│   │   │   ├── ProfileData.pm
│   │   │   ├── ProfileDumper
│   │   │   │   └── Apache.pm
│   │   │   ├── ProfileDumper.pm
│   │   │   ├── Profile.pm
│   │   │   ├── ProfileSubs.pm
│   │   │   ├── ProxyServer.pm
│   │   │   ├── PurePerl.pm
│   │   │   ├── Roadmap.pm
│   │   │   ├── SQL
│   │   │   │   └── Nano.pm
│   │   │   ├── Util
│   │   │   │   ├── _accessor.pm
│   │   │   │   └── CacheMemory.pm
│   │   │   └── W32ODBC.pm
│   │   ├── DBI.pm
│   │   ├── dbixs_rev.pl
│   │   ├── Devel
│   │   │   ├── Symdump
│   │   │   │   └── Export.pm
│   │   │   └── Symdump.pm
│   │   ├── Digest
│   │   │   ├── HMAC_MD5.pm
│   │   │   ├── HMAC.pm
│   │   │   ├── HMAC_SHA1.pm
│   │   │   ├── MD2.pm
│   │   │   └── SHA1.pm
│   │   ├── File
│   │   │   └── Listing.pm
│   │   ├── HTML
│   │   │   ├── Entities.pm
│   │   │   ├── Filter.pm
│   │   │   ├── Form.pm
│   │   │   ├── HeadParser.pm
│   │   │   ├── LinkExtor.pm
│   │   │   ├── Parser.pm
│   │   │   ├── PullParser.pm
│   │   │   ├── Tagset.pm
│   │   │   └── TokeParser.pm
│   │   ├── HTTP
│   │   │   ├── Cookies
│   │   │   │   ├── Microsoft.pm
│   │   │   │   └── Netscape.pm
│   │   │   ├── Cookies.pm
│   │   │   ├── Daemon.pm
│   │   │   ├── Date.pm
│   │   │   ├── Headers
│   │   │   │   ├── Auth.pm
│   │   │   │   ├── ETag.pm
│   │   │   │   └── Util.pm
│   │   │   ├── Headers.pm
│   │   │   ├── Message.pm
│   │   │   ├── Negotiate.pm
│   │   │   ├── Request
│   │   │   │   └── Common.pm
│   │   │   ├── Request.pm
│   │   │   ├── Response.pm
│   │   │   └── Status.pm
│   │   ├── LWP
│   │   │   ├── Authen
│   │   │   │   ├── Basic.pm
│   │   │   │   ├── Digest.pm
│   │   │   │   └── Ntlm.pm
│   │   │   ├── ConnCache.pm
│   │   │   ├── DebugFile.pm
│   │   │   ├── Debug.pm
│   │   │   ├── media.types
│   │   │   ├── MediaTypes.pm
│   │   │   ├── MemberMixin.pm
│   │   │   ├── Protocol
│   │   │   │   ├── cpan.pm
│   │   │   │   ├── data.pm
│   │   │   │   ├── file.pm
│   │   │   │   ├── ftp.pm
│   │   │   │   ├── GHTTP.pm
│   │   │   │   ├── gopher.pm
│   │   │   │   ├── http10.pm
│   │   │   │   ├── http.pm
│   │   │   │   ├── https10.pm
│   │   │   │   ├── https.pm
│   │   │   │   ├── loopback.pm
│   │   │   │   ├── mailto.pm
│   │   │   │   ├── nntp.pm
│   │   │   │   └── nogo.pm
│   │   │   ├── Protocol.pm
│   │   │   ├── RobotUA.pm
│   │   │   ├── Simple.pm
│   │   │   └── UserAgent.pm
│   │   ├── lwpcook.pod
│   │   ├── LWP.pm
│   │   ├── lwptut.pod
│   │   ├── Mail
│   │   │   ├── Sender
│   │   │   │   └── CType
│   │   │   │   ├── Ext.pm
│   │   │   │   └── Win32.pm
│   │   │   └── Sender.pm
│   │   ├── Net
│   │   │   ├── Daemon
│   │   │   │   ├── Log.pm
│   │   │   │   └── Test.pm
│   │   │   ├── Daemon.pm
│   │   │   ├── HTTP
│   │   │   │   ├── Methods.pm
│   │   │   │   └── NB.pm
│   │   │   ├── HTTP.pm
│   │   │   └── HTTPS.pm
│   │   ├── OLE.pm
│   │   ├── oraperl.ph
│   │   ├── Oraperl.pm
│   │   ├── Roadmap.pod
│   │   ├── RPC
│   │   │   ├── PlClient
│   │   │   │   └── Comm.pm
│   │   │   ├── PlClient.pm
│   │   │   ├── PlServer
│   │   │   │   ├── Comm.pm
│   │   │   │   └── Test.pm
│   │   │   └── PlServer.pm
│   │   ├── TASKS.pod
│   │   ├── URI
│   │   │   ├── data.pm
│   │   │   ├── Escape.pm
│   │   │   ├── file
│   │   │   │   ├── Base.pm
│   │   │   │   ├── FAT.pm
│   │   │   │   ├── Mac.pm
│   │   │   │   ├── OS2.pm
│   │   │   │   ├── QNX.pm
│   │   │   │   ├── Unix.pm
│   │   │   │   └── Win32.pm
│   │   │   ├── file.pm
│   │   │   ├── _foreign.pm
│   │   │   ├── ftp.pm
│   │   │   ├── _generic.pm
│   │   │   ├── gopher.pm
│   │   │   ├── Heuristic.pm
│   │   │   ├── http.pm
│   │   │   ├── https.pm
│   │   │   ├── ldapi.pm
│   │   │   ├── _ldap.pm
│   │   │   ├── ldap.pm
│   │   │   ├── ldaps.pm
│   │   │   ├── _login.pm
│   │   │   ├── mailto.pm
│   │   │   ├── mms.pm
│   │   │   ├── news.pm
│   │   │   ├── nntp.pm
│   │   │   ├── pop.pm
│   │   │   ├── QueryParam.pm
│   │   │   ├── _query.pm
│   │   │   ├── rlogin.pm
│   │   │   ├── rsync.pm
│   │   │   ├── rtsp.pm
│   │   │   ├── rtspu.pm
│   │   │   ├── _segment.pm
│   │   │   ├── _server.pm
│   │   │   ├── sip.pm
│   │   │   ├── sips.pm
│   │   │   ├── snews.pm
│   │   │   ├── Split.pm
│   │   │   ├── ssh.pm
│   │   │   ├── telnet.pm
│   │   │   ├── tn3270.pm
│   │   │   ├── URL.pm
│   │   │   ├── urn
│   │   │   │   ├── isbn.pm
│   │   │   │   └── oid.pm
│   │   │   ├── urn.pm
│   │   │   ├── _userpass.pm
│   │   │   └── WithBase.pm
│   │   ├── URI.pm
│   │   ├── Win32
│   │   │   ├── ChangeNotify.pm
│   │   │   ├── Client.pl
│   │   │   ├── Clipboard.pm
│   │   │   ├── Console.pm
│   │   │   ├── DBIODBC.pm
│   │   │   ├── EventLog.pm
│   │   │   ├── Event.pm
│   │   │   ├── File.pm
│   │   │   ├── FileSecurity.pm
│   │   │   ├── Internet.pm
│   │   │   ├── IPC.pm
│   │   │   ├── Job.pm
│   │   │   ├── Mutex.pm
│   │   │   ├── NetAdmin.pm
│   │   │   ├── NetResource.pm
│   │   │   ├── ODBC.pm
│   │   │   ├── OLE
│   │   │   │   ├── Const.pm
│   │   │   │   ├── Enum.pm
│   │   │   │   ├── Lite.pm
│   │   │   │   ├── NEWS.pod
│   │   │   │   ├── NLS.pm
│   │   │   │   ├── TPJ.pod
│   │   │   │   ├── TypeInfo.pm
│   │   │   │   └── Variant.pm
│   │   │   ├── OLE.pm
│   │   │   ├── PerfLib.pm
│   │   │   ├── Pipe.pm
│   │   │   ├── Process.pm
│   │   │   ├── Registry.pm
│   │   │   ├── Semaphore.pm
│   │   │   ├── Server.pl
│   │   │   ├── Service.pm
│   │   │   ├── Shortcut.pm
│   │   │   ├── Sound.pm
│   │   │   ├── test-async.pl
│   │   │   ├── Test.pl
│   │   │   ├── TieRegistry.pm
│   │   │   └── WinError.pm
│   │   ├── Win32API
│   │   │   ├── Net.pm
│   │   │   ├── Registry
│   │   │   │   └── cRegistry.pc
│   │   │   └── Registry.pm
│   │   ├── WWW
│   │   │   ├── RobotRules
│   │   │   │   └── AnyDBM_File.pm
│   │   │   └── RobotRules.pm
│   │   └── XML
│   │   ├── Parser
│   │   │   ├── Encodings
│   │   │   │   ├── big5.enc
│   │   │   │   ├── euc-kr.enc
│   │   │   │   ├── iso-8859-2.enc
│   │   │   │   ├── iso-8859-3.enc
│   │   │   │   ├── iso-8859-4.enc
│   │   │   │   ├── iso-8859-5.enc
│   │   │   │   ├── iso-8859-7.enc
│   │   │   │   ├── iso-8859-8.enc
│   │   │   │   ├── iso-8859-9.enc
│   │   │   │   ├── Japanese_Encodings.msg
│   │   │   │   ├── README
│   │   │   │   ├── windows-1250.enc
│   │   │   │   ├── windows-1252.enc
│   │   │   │   ├── x-euc-jp-jisx0221.enc
│   │   │   │   ├── x-euc-jp-unicode.enc
│   │   │   │   ├── x-sjis-cp932.enc
│   │   │   │   ├── x-sjis-jdk117.enc
│   │   │   │   ├── x-sjis-jisx0221.enc
│   │   │   │   └── x-sjis-unicode.enc
│   │   │   ├── Expat.pm
│   │   │   ├── LWPExternEnt.pl
│   │   │   └── Style
│   │   │   ├── Debug.pm
│   │   │   ├── Objects.pm
│   │   │   ├── Stream.pm
│   │   │   ├── Subs.pm
│   │   │   └── Tree.pm
│   │   └── Parser.pm
│   ├── plsql
│   │   ├── include
│   │   │   ├── pdtyp.h
│   │   │   ├── pen.h
│   │   │   ├── pn.h
│   │   │   ├── pptyp.h
│   │   │   └── pvm.h
│   │   └── mesg
│   │   ├── pcmus.msb
│   │   ├── pcmzhs.msb
│   │   ├── plsar.msb
│   │   ├── plscs.msb
│   │   ├── plsdk.msb
│   │   ├── plsd.msb
│   │   ├── plsel.msb
│   │   ├── plse.msb
│   │   ├── plsf.msb
│   │   ├── plshu.msb
│   │   ├── plsi.msb
│   │   ├── plsiw.msb
│   │   ├── plsja.msb
│   │   ├── plsko.msb
│   │   ├── plsnl.msb
│   │   ├── plsn.msb
│   │   ├── plspl.msb
│   │   ├── plsptb.msb
│   │   ├── plspt.msb
│   │   ├── plsro.msb
│   │   ├── plsru.msb
│   │   ├── plssf.msb
│   │   ├── plssk.msb
│   │   ├── plss.msb
│   │   ├── plsth.msb
│   │   ├── plstr.msb
│   │   ├── plsus.msb
│   │   ├── plszhs.msb
│   │   ├── plszht.msb
│   │   ├── plwar.msb
│   │   ├── plwcs.msb
│   │   ├── plwdk.msb
│   │   ├── plwd.msb
│   │   ├── plwel.msb
│   │   ├── plwe.msb
│   │   ├── plwf.msb
│   │   ├── plwhu.msb
│   │   ├── plwi.msb
│   │   ├── plwiw.msb
│   │   ├── plwja.msb
│   │   ├── plwko.msb
│   │   ├── plwnl.msb
│   │   ├── plwn.msb
│   │   ├── plwpl.msb
│   │   ├── plwptb.msb
│   │   ├── plwpt.msb
│   │   ├── plwro.msb
│   │   ├── plwru.msb
│   │   ├── plwsf.msb
│   │   ├── plwsk.msb
│   │   ├── plws.msb
│   │   ├── plwth.msb
│   │   ├── plwtr.msb
│   │   ├── plwus.msb
│   │   ├── plwzhs.msb
│   │   └── plwzht.msb
│   ├── precomp
│   │   ├── admin
│   │   │   ├── ottcfg.cfg
│   │   │   └── pcscfg.cfg
│   │   ├── doc
│   │   │   └── proc
│   │   │   └── readme.doc
│   │   ├── LIB
│   │   │   ├── msvc
│   │   │   │   └── orasqx11.lib
│   │   │   ├── orasql11.lib
│   │   │   └── ottclasses.zip
│   │   ├── mesg
│   │   │   ├── o2far.msb
│   │   │   ├── o2fcs.msb
│   │   │   ├── o2fdk.msb
│   │   │   ├── o2fd.msb
│   │   │   ├── o2fel.msb
│   │   │   ├── o2fe.msb
│   │   │   ├── o2ff.msb
│   │   │   ├── o2fhu.msb
│   │   │   ├── o2fi.msb
│   │   │   ├── o2fiw.msb
│   │   │   ├── o2fja.msb
│   │   │   ├── o2fko.msb
│   │   │   ├── o2fnl.msb
│   │   │   ├── o2fn.msb
│   │   │   ├── o2fpl.msb
│   │   │   ├── o2fptb.msb
│   │   │   ├── o2fpt.msb
│   │   │   ├── o2fro.msb
│   │   │   ├── o2fru.msb
│   │   │   ├── o2fsf.msb
│   │   │   ├── o2fsk.msb
│   │   │   ├── o2fs.msb
│   │   │   ├── o2fth.msb
│   │   │   ├── o2ftr.msb
│   │   │   ├── o2fus.msb
│   │   │   ├── o2fzhs.msb
│   │   │   ├── o2fzht.msb
│   │   │   ├── o2iar.msb
│   │   │   ├── o2ics.msb
│   │   │   ├── o2idk.msb
│   │   │   ├── o2id.msb
│   │   │   ├── o2iel.msb
│   │   │   ├── o2ie.msb
│   │   │   ├── o2if.msb
│   │   │   ├── o2ihu.msb
│   │   │   ├── o2ii.msb
│   │   │   ├── o2iiw.msb
│   │   │   ├── o2ija.msb
│   │   │   ├── o2iko.msb
│   │   │   ├── o2inl.msb
│   │   │   ├── o2in.msb
│   │   │   ├── o2ipl.msb
│   │   │   ├── o2iptb.msb
│   │   │   ├── o2ipt.msb
│   │   │   ├── o2iro.msb
│   │   │   ├── o2iru.msb
│   │   │   ├── o2isf.msb
│   │   │   ├── o2isk.msb
│   │   │   ├── o2is.msb
│   │   │   ├── o2ith.msb
│   │   │   ├── o2itr.msb
│   │   │   ├── o2ius.msb
│   │   │   ├── o2izhs.msb
│   │   │   ├── o2izht.msb
│   │   │   ├── o2uar.msb
│   │   │   ├── o2ucs.msb
│   │   │   ├── o2udk.msb
│   │   │   ├── o2ud.msb
│   │   │   ├── o2uel.msb
│   │   │   ├── o2ue.msb
│   │   │   ├── o2uf.msb
│   │   │   ├── o2uhu.msb
│   │   │   ├── o2ui.msb
│   │   │   ├── o2uiw.msb
│   │   │   ├── o2uja.msb
│   │   │   ├── o2uko.msb
│   │   │   ├── o2unl.msb
│   │   │   ├── o2un.msb
│   │   │   ├── o2upl.msb
│   │   │   ├── o2uptb.msb
│   │   │   ├── o2upt.msb
│   │   │   ├── o2uro.msb
│   │   │   ├── o2uru.msb
│   │   │   ├── o2usf.msb
│   │   │   ├── o2usk.msb
│   │   │   ├── o2us.msb
│   │   │   ├── o2us.msg
│   │   │   ├── o2uth.msb
│   │   │   ├── o2utr.msb
│   │   │   ├── o2uus.msb
│   │   │   ├── o2uzhs.msb
│   │   │   ├── o2uzht.msb
│   │   │   ├── pccus.msb
│   │   │   ├── pcfar.msb
│   │   │   ├── pcfcs.msb
│   │   │   ├── pcfdk.msb
│   │   │   ├── pcfd.msb
│   │   │   ├── pcfel.msb
│   │   │   ├── pcfe.msb
│   │   │   ├── pcff.msb
│   │   │   ├── pcfhu.msb
│   │   │   ├── pcfi.msb
│   │   │   ├── pcfiw.msb
│   │   │   ├── pcfja.msb
│   │   │   ├── pcfko.msb
│   │   │   ├── pcfnl.msb
│   │   │   ├── pcfn.msb
│   │   │   ├── pcfpl.msb
│   │   │   ├── pcfptb.msb
│   │   │   ├── pcfpt.msb
│   │   │   ├── pcfro.msb
│   │   │   ├── pcfru.msb
│   │   │   ├── pcfsf.msb
│   │   │   ├── pcfsk.msb
│   │   │   ├── pcfs.msb
│   │   │   ├── pcfth.msb
│   │   │   ├── pcftr.msb
│   │   │   ├── pcfus.msb
│   │   │   ├── pcfzhs.msb
│   │   │   ├── pcfzht.msb
│   │   │   ├── pcgus.msb
│   │   │   ├── pcpus.msb
│   │   │   ├── pcsar.msb
│   │   │   ├── pcscs.msb
│   │   │   ├── pcsdk.msb
│   │   │   ├── pcsd.msb
│   │   │   ├── pcsel.msb
│   │   │   ├── pcse.msb
│   │   │   ├── pcsf.msb
│   │   │   ├── pcshu.msb
│   │   │   ├── pcsi.msb
│   │   │   ├── pcsiw.msb
│   │   │   ├── pcsja.msb
│   │   │   ├── pcsko.msb
│   │   │   ├── pcsnl.msb
│   │   │   ├── pcsn.msb
│   │   │   ├── pcspl.msb
│   │   │   ├── pcsptb.msb
│   │   │   ├── pcspt.msb
│   │   │   ├── pcsro.msb
│   │   │   ├── pcsru.msb
│   │   │   ├── pcssf.msb
│   │   │   ├── pcssk.msb
│   │   │   ├── pcss.msb
│   │   │   ├── pcsth.msb
│   │   │   ├── pcstr.msb
│   │   │   ├── pcsus.msb
│   │   │   ├── pcszhs.msb
│   │   │   ├── pcszht.msb
│   │   │   ├── pg2ar.msb
│   │   │   ├── pg2cs.msb
│   │   │   ├── pg2dk.msb
│   │   │   ├── pg2d.msb
│   │   │   ├── pg2el.msb
│   │   │   ├── pg2e.msb
│   │   │   ├── pg2f.msb
│   │   │   ├── pg2hu.msb
│   │   │   ├── pg2i.msb
│   │   │   ├── pg2iw.msb
│   │   │   ├── pg2ja.msb
│   │   │   ├── pg2ko.msb
│   │   │   ├── pg2nl.msb
│   │   │   ├── pg2n.msb
│   │   │   ├── pg2pl.msb
│   │   │   ├── pg2ptb.msb
│   │   │   ├── pg2pt.msb
│   │   │   ├── pg2ro.msb
│   │   │   ├── pg2ru.msb
│   │   │   ├── pg2sf.msb
│   │   │   ├── pg2sk.msb
│   │   │   ├── pg2s.msb
│   │   │   ├── pg2th.msb
│   │   │   ├── pg2tr.msb
│   │   │   ├── pg2us.msb
│   │   │   ├── pg2zhs.msb
│   │   │   ├── pg2zht.msb
│   │   │   ├── pgoar.msb
│   │   │   ├── pgocs.msb
│   │   │   ├── pgodk.msb
│   │   │   ├── pgod.msb
│   │   │   ├── pgoel.msb
│   │   │   ├── pgoe.msb
│   │   │   ├── pgof.msb
│   │   │   ├── pgohu.msb
│   │   │   ├── pgoi.msb
│   │   │   ├── pgoiw.msb
│   │   │   ├── pgoja.msb
│   │   │   ├── pgoko.msb
│   │   │   ├── pgonl.msb
│   │   │   ├── pgon.msb
│   │   │   ├── pgopl.msb
│   │   │   ├── pgoptb.msb
│   │   │   ├── pgopt.msb
│   │   │   ├── pgoro.msb
│   │   │   ├── pgoru.msb
│   │   │   ├── pgosf.msb
│   │   │   ├── pgosk.msb
│   │   │   ├── pgos.msb
│   │   │   ├── pgoth.msb
│   │   │   ├── pgotr.msb
│   │   │   ├── pgous.msb
│   │   │   ├── pgozhs.msb
│   │   │   ├── pgozht.msb
│   │   │   ├── pgpus.msb
│   │   │   ├── ppear.msb
│   │   │   ├── ppecs.msb
│   │   │   ├── ppedk.msb
│   │   │   ├── pped.msb
│   │   │   ├── ppeel.msb
│   │   │   ├── ppee.msb
│   │   │   ├── ppef.msb
│   │   │   ├── ppehu.msb
│   │   │   ├── ppei.msb
│   │   │   ├── ppeiw.msb
│   │   │   ├── ppeja.msb
│   │   │   ├── ppeko.msb
│   │   │   ├── ppenl.msb
│   │   │   ├── ppen.msb
│   │   │   ├── ppepl.msb
│   │   │   ├── ppeptb.msb
│   │   │   ├── ppept.msb
│   │   │   ├── ppero.msb
│   │   │   ├── pperu.msb
│   │   │   ├── ppesf.msb
│   │   │   ├── ppesk.msb
│   │   │   ├── ppes.msb
│   │   │   ├── ppeth.msb
│   │   │   ├── ppetr.msb
│   │   │   ├── ppeus.msb
│   │   │   ├── ppezhs.msb
│   │   │   ├── ppezht.msb
│   │   │   ├── pr2ar.msb
│   │   │   ├── pr2cs.msb
│   │   │   ├── pr2dk.msb
│   │   │   ├── pr2d.msb
│   │   │   ├── pr2el.msb
│   │   │   ├── pr2e.msb
│   │   │   ├── pr2f.msb
│   │   │   ├── pr2hu.msb
│   │   │   ├── pr2i.msb
│   │   │   ├── pr2iw.msb
│   │   │   ├── pr2ja.msb
│   │   │   ├── pr2ko.msb
│   │   │   ├── pr2nl.msb
│   │   │   ├── pr2n.msb
│   │   │   ├── pr2pl.msb
│   │   │   ├── pr2ptb.msb
│   │   │   ├── pr2pt.msb
│   │   │   ├── pr2ro.msb
│   │   │   ├── pr2ru.msb
│   │   │   ├── pr2sf.msb
│   │   │   ├── pr2sk.msb
│   │   │   ├── pr2s.msb
│   │   │   ├── pr2th.msb
│   │   │   ├── pr2tr.msb
│   │   │   ├── pr2us.msb
│   │   │   ├── pr2zhs.msb
│   │   │   ├── pr2zht.msb
│   │   │   ├── proar.msb
│   │   │   ├── procs.msb
│   │   │   ├── prodk.msb
│   │   │   ├── prod.msb
│   │   │   ├── proel.msb
│   │   │   ├── proe.msb
│   │   │   ├── prof.msb
│   │   │   ├── prohu.msb
│   │   │   ├── proi.msb
│   │   │   ├── proiw.msb
│   │   │   ├── proja.msb
│   │   │   ├── proko.msb
│   │   │   ├── pronl.msb
│   │   │   ├── pron.msb
│   │   │   ├── propl.msb
│   │   │   ├── proptb.msb
│   │   │   ├── propt.msb
│   │   │   ├── proro.msb
│   │   │   ├── proru.msb
│   │   │   ├── prosf.msb
│   │   │   ├── prosk.msb
│   │   │   ├── pros.msb
│   │   │   ├── proth.msb
│   │   │   ├── protr.msb
│   │   │   ├── prous.msb
│   │   │   ├── prozhs.msb
│   │   │   ├── prozht.msb
│   │   │   ├── sqlus.msb
│   │   │   └── sqlzhs.msb
│   │   └── public
│   │   ├── bndsel.cob
│   │   ├── oraca5.cob
│   │   ├── oraca.cob
│   │   ├── oraca.h
│   │   ├── sql2oci.h
│   │   ├── sqlapr.h
│   │   ├── sqlca5.cob
│   │   ├── sqlca.cob
│   │   ├── sqlca.h
│   │   ├── sqlcpr.h
│   │   ├── sqlda.cob
│   │   ├── sqlda.h
│   │   ├── sqlkpr.h
│   │   └── sqlucs2.h
│   ├── racg
│   │   └── mesg
│   │   ├── clsrar.msb
│   │   ├── clsrcs.msb
│   │   ├── clsrdk.msb
│   │   ├── clsrd.msb
│   │   ├── clsrel.msb
│   │   ├── clsre.msb
│   │   ├── clsrf.msb
│   │   ├── clsrhu.msb
│   │   ├── clsri.msb
│   │   ├── clsriw.msb
│   │   ├── clsrja.msb
│   │   ├── clsrko.msb
│   │   ├── clsrnl.msb
│   │   ├── clsrn.msb
│   │   ├── clsrpl.msb
│   │   ├── clsrptb.msb
│   │   ├── clsrpt.msb
│   │   ├── clsrro.msb
│   │   ├── clsrru.msb
│   │   ├── clsrsf.msb
│   │   ├── clsrsk.msb
│   │   ├── clsrs.msb
│   │   ├── clsrth.msb
│   │   ├── clsrtr.msb
│   │   ├── clsrus.msb
│   │   ├── clsrus.msg
│   │   ├── clsrzhs.msb
│   │   └── clsrzht.msb
│   ├── RDBMS
│   │   ├── ADMIN
│   │   │   ├── corejava.sym
│   │   │   ├── genezi.sym
│   │   │   ├── oci.sym
│   │   │   ├── ociw32.sym
│   │   │   ├── ocssd.sym
│   │   │   ├── oracell11.sym
│   │   │   ├── oraclient11.sym
│   │   │   ├── oraclsra11.sym
│   │   │   ├── oracommon11.sym
│   │   │   ├── oracore11.sym
│   │   │   ├── orageneric11.sym
│   │   │   ├── orahasgen11.sym
│   │   │   ├── oranls11.sym
│   │   │   ├── oraocci11.sym
│   │   │   ├── oraocr11.sym
│   │   │   ├── oraocrb11.sym
│   │   │   ├── oraocrutl11.sym
│   │   │   ├── oraplc11.sym
│   │   │   ├── oraplp11.sym
│   │   │   ├── orapls11.sym
│   │   │   ├── orasnls11.sym
│   │   │   ├── orasql11.sym
│   │   │   └── oraunls11.sym
│   │   ├── install
│   │   │   └── sbs
│   │   │   ├── eusm.bat.sbs
│   │   │   └── umu.bat.sbs
│   │   ├── jlib
│   │   │   ├── eusm.jar
│   │   │   ├── usermigrate-1_0.jar
│   │   │   ├── xdb.jar
│   │   │   ├── xs.jar
│   │   │   └── xstreams.jar
│   │   ├── mesg
│   │   │   ├── diaar.msb
│   │   │   ├── diaca.msb
│   │   │   ├── diacs.msb
│   │   │   ├── diadk.msb
│   │   │   ├── diad.msb
│   │   │   ├── diael.msb
│   │   │   ├── diae.msb
│   │   │   ├── diaf.msb
│   │   │   ├── diahu.msb
│   │   │   ├── diai.msb
│   │   │   ├── diaiw.msb
│   │   │   ├── diaja.msb
│   │   │   ├── diako.msb
│   │   │   ├── dianl.msb
│   │   │   ├── dian.msb
│   │   │   ├── diapl.msb
│   │   │   ├── diaptb.msb
│   │   │   ├── diapt.msb
│   │   │   ├── diaro.msb
│   │   │   ├── diaru.msb
│   │   │   ├── diasf.msb
│   │   │   ├── diask.msb
│   │   │   ├── dias.msb
│   │   │   ├── diath.msb
│   │   │   ├── diatr.msb
│   │   │   ├── diaus.msb
│   │   │   ├── diazhs.msb
│   │   │   ├── diazht.msb
│   │   │   ├── kgpar.msb
│   │   │   ├── kgpca.msb
│   │   │   ├── kgpcs.msb
│   │   │   ├── kgpdk.msb
│   │   │   ├── kgpd.msb
│   │   │   ├── kgpel.msb
│   │   │   ├── kgpe.msb
│   │   │   ├── kgpf.msb
│   │   │   ├── kgphu.msb
│   │   │   ├── kgpi.msb
│   │   │   ├── kgpiw.msb
│   │   │   ├── kgpja.msb
│   │   │   ├── kgpko.msb
│   │   │   ├── kgpnl.msb
│   │   │   ├── kgpn.msb
│   │   │   ├── kgppl.msb
│   │   │   ├── kgpptb.msb
│   │   │   ├── kgppt.msb
│   │   │   ├── kgpro.msb
│   │   │   ├── kgpru.msb
│   │   │   ├── kgpsf.msb
│   │   │   ├── kgpsk.msb
│   │   │   ├── kgps.msb
│   │   │   ├── kgpth.msb
│   │   │   ├── kgptr.msb
│   │   │   ├── kgpus.msb
│   │   │   ├── kgpzhs.msb
│   │   │   ├── kgpzht.msb
│   │   │   ├── ociar.msb
│   │   │   ├── ocica.msb
│   │   │   ├── ocics.msb
│   │   │   ├── ocidk.msb
│   │   │   ├── ocid.msb
│   │   │   ├── ociel.msb
│   │   │   ├── ocie.msb
│   │   │   ├── ocif.msb
│   │   │   ├── ocihu.msb
│   │   │   ├── ocii.msb
│   │   │   ├── ociiw.msb
│   │   │   ├── ocija.msb
│   │   │   ├── ociko.msb
│   │   │   ├── ocinl.msb
│   │   │   ├── ocin.msb
│   │   │   ├── ocipl.msb
│   │   │   ├── ociptb.msb
│   │   │   ├── ocipt.msb
│   │   │   ├── ociro.msb
│   │   │   ├── ociru.msb
│   │   │   ├── ocisf.msb
│   │   │   ├── ocisk.msb
│   │   │   ├── ocis.msb
│   │   │   ├── ocith.msb
│   │   │   ├── ocitr.msb
│   │   │   ├── ocius.msb
│   │   │   ├── ocizhs.msb
│   │   │   ├── ocizht.msb
│   │   │   ├── oraar.msb
│   │   │   ├── oraca.msb
│   │   │   ├── oracs.msb
│   │   │   ├── oradk.msb
│   │   │   ├── orad.msb
│   │   │   ├── orael.msb
│   │   │   ├── orae.msb
│   │   │   ├── oraf.msb
│   │   │   ├── orahu.msb
│   │   │   ├── orai.msb
│   │   │   ├── oraiw.msb
│   │   │   ├── oraja.msb
│   │   │   ├── orako.msb
│   │   │   ├── oranl.msb
│   │   │   ├── oran.msb
│   │   │   ├── orapl.msb
│   │   │   ├── oraptb.msb
│   │   │   ├── orapt.msb
│   │   │   ├── oraro.msb
│   │   │   ├── oraru.msb
│   │   │   ├── orasf.msb
│   │   │   ├── orask.msb
│   │   │   ├── oras.msb
│   │   │   ├── orath.msb
│   │   │   ├── oratr.msb
│   │   │   ├── oraus.msb
│   │   │   ├── orazhs.msb
│   │   │   ├── orazht.msb
│   │   │   ├── smgar.msb
│   │   │   ├── smgcs.msb
│   │   │   ├── smgdk.msb
│   │   │   ├── smgd.msb
│   │   │   ├── smgel.msb
│   │   │   ├── smge.msb
│   │   │   ├── smgf.msb
│   │   │   ├── smghu.msb
│   │   │   ├── smgi.msb
│   │   │   ├── smgiw.msb
│   │   │   ├── smgja.msb
│   │   │   ├── smgko.msb
│   │   │   ├── smgnl.msb
│   │   │   ├── smgn.msb
│   │   │   ├── smgpl.msb
│   │   │   ├── smgptb.msb
│   │   │   ├── smgpt.msb
│   │   │   ├── smgro.msb
│   │   │   ├── smgru.msb
│   │   │   ├── smgsf.msb
│   │   │   ├── smgsk.msb
│   │   │   ├── smgs.msb
│   │   │   ├── smgth.msb
│   │   │   ├── smgtr.msb
│   │   │   ├── smgus.msb
│   │   │   ├── smgzhs.msb
│   │   │   └── smgzht.msb
│   │   ├── public
│   │   │   └── oratypes.h
│   │   └── XA
│   │   └── oraxa11.lib
│   ├── relnotes
│   │   ├── oo4o
│   │   │   └── README.htm
│   │   ├── precomp
│   │   │   └── README_proc.txt
│   │   └── readmes
│   │   ├── README_jdbc.txt
│   │   ├── README_oledb.txt
│   │   ├── README_sqlplus.htm
│   │   └── README_ucp.txt
│   ├── slax
│   │   └── mesg
│   │   ├── pxus.msb
│   │   └── pxzhs.msb
│   ├── sqlplus
│   │   ├── admin
│   │   │   ├── glogin.sql
│   │   │   ├── help
│   │   │   │   ├── helpbld.sql
│   │   │   │   ├── helpdrop.sql
│   │   │   │   ├── helpus.sql
│   │   │   │   └── hlpbld.sql
│   │   │   ├── plustrce.sql
│   │   │   └── pupbld.sql
│   │   ├── doc
│   │   │   ├── cpyr.htm
│   │   │   ├── elgsetup.txt
│   │   │   ├── oracle.gif
│   │   │   └── README.htm
│   │   └── mesg
│   │   ├── cpyus.msb
│   │   ├── cpyzhs.msb
│   │   ├── sp1us.msb
│   │   ├── sp1zhs.msb
│   │   ├── sp2us.msb
│   │   └── sp2zhs.msb
│   ├── srvm
│   │   ├── admin
│   │   │   ├── getcrshome.exe
│   │   │   ├── ocrlog.ini
│   │   │   ├── oradbcfg11.sym
│   │   │   ├── orasrvm11.sym
│   │   │   ├── orasrvmhas11.sym
│   │   │   ├── orasrvmocr11.sym
│   │   │   └── orauini11.sym
│   │   ├── jlib
│   │   │   └── srvctl.jar
│   │   └── mesg
│   │   ├── prcaus.msg
│   │   ├── prccus.msg
│   │   ├── prcdus.msg
│   │   ├── prcfus.msg
│   │   ├── prchus.msg
│   │   ├── prcius.msg
│   │   ├── prcnus.msg
│   │   ├── prcrus.msg
│   │   ├── prcsus.msg
│   │   ├── prctus.msg
│   │   ├── prcwus.msg
│   │   ├── prifd.msb
│   │   ├── prife.msb
│   │   ├── priff.msb
│   │   ├── prifi.msb
│   │   ├── prifja.msb
│   │   ├── prifko.msb
│   │   ├── prifptb.msb
│   │   ├── prifus.msb
│   │   ├── prifzhs.msb
│   │   ├── prifzht.msb
│   │   ├── prkaus.msg
│   │   ├── prkcus.msg
│   │   ├── prkdus.msg
│   │   ├── prkeus.msg
│   │   ├── prkhus.msg
│   │   ├── prknus.msg
│   │   ├── prkous.msg
│   │   ├── prkpus.msg
│   │   ├── prkrus.msg
│   │   ├── prksus.msg
│   │   ├── prkuus.msg
│   │   ├── procd.msb
│   │   ├── proce.msb
│   │   ├── procf.msb
│   │   ├── proci.msb
│   │   ├── procja.msb
│   │   ├── procko.msb
│   │   ├── procld.msb
│   │   ├── procle.msb
│   │   ├── proclf.msb
│   │   ├── procli.msb
│   │   ├── proclja.msb
│   │   ├── proclko.msb
│   │   ├── proclptb.msb
│   │   ├── proclus.msb
│   │   ├── proclzhs.msb
│   │   ├── proclzht.msb
│   │   ├── procptb.msb
│   │   ├── procus.msb
│   │   ├── proczhs.msb
│   │   ├── proczht.msb
│   │   ├── prvfus.msg
│   │   ├── prvpus.msg
│   │   ├── sclcus.msg
│   │   └── sclsus.msg
│   ├── sysman
│   │   ├── admin
│   │   │   ├── dtds
│   │   │   │   └── tagsize.properties
│   │   │   ├── nsupportedtzs.lst
│   │   │   ├── scripts
│   │   │   │   ├── emca
│   │   │   │   │   ├── emcaDbUtil.bat
│   │   │   │   │   ├── emcaDbUtil.pl
│   │   │   │   │   └── EmcaUtil.pm
│   │   │   │   ├── emrepresp.pl
│   │   │   │   ├── SecureAgent.pm
│   │   │   │   ├── SecureGenKeystore.pm
│   │   │   │   ├── SecureGenWallet.pm
│   │   │   │   ├── SecureLock.pm
│   │   │   │   ├── SecureMakeServerWlt.pm
│   │   │   │   ├── SecureOMS.pm
│   │   │   │   ├── Secure.pm
│   │   │   │   ├── SecureRootKey.pm
│   │   │   │   ├── SecureSetPwd.pm
│   │   │   │   ├── SecureStandaloneConsole.pm
│   │   │   │   ├── SecureStatus.pm
│   │   │   │   └── SecureSync.pm
│   │   │   ├── supportedtzs.lst
│   │   │   └── tzmappings.lst
│   │   ├── config
│   │   │   ├── b64InternetCertificate.txt
│   │   │   ├── emcalog.properties
│   │   │   └── emca.properties
│   │   ├── install
│   │   │   └── db_control.ico
│   │   └── jlib
│   │   ├── emagentSDK.jar
│   │   ├── emcoreAgent.jar
│   │   ├── em_intg_jlib
│   │   │   ├── agentConfigInstall.jar
│   │   │   └── coreConfigInstall.jar
│   │   ├── jmxFetchlet.jar
│   │   ├── jmxremote.jar
│   │   ├── jmxri.jar
│   │   ├── log4j-core.jar
│   │   └── rmissl.jar
│   ├── ucp
│   │   ├── lib
│   │   │   └── ucp.jar
│   │   └── Readme.txt
│   ├── uix
│   │   ├── cabo
│   │   │   ├── images
│   │   │   │   ├── arr-d.gif
│   │   │   │   ├── arr-l.gif
│   │   │   │   ├── arr-r.gif
│   │   │   │   ├── arr-u.gif
│   │   │   │   ├── asort.gif
│   │   │   │   ├── bltcirn.gif
│   │   │   │   ├── bltcirs.gif
│   │   │   │   ├── bltdscn.gif
│   │   │   │   ├── bltdscs.gif
│   │   │   │   ├── cfb.gif
│   │   │   │   ├── cfbr.gif
│   │   │   │   ├── cfso.gif
│   │   │   │   ├── cfsor.gif
│   │   │   │   ├── checkdc.gif
│   │   │   │   ├── checkdn.gif
│   │   │   │   ├── checkrc.gif
│   │   │   │   ├── checkrn.gif
│   │   │   │   ├── confl.gif
│   │   │   │   ├── cp.gif
│   │   │   │   ├── cpt.gif
│   │   │   │   ├── dfb.gif
│   │   │   │   ├── dfbr.gif
│   │   │   │   ├── diagrammer
│   │   │   │   │   ├── arrow_down_d.gif
│   │   │   │   │   ├── arrow_down.gif
│   │   │   │   │   ├── arrow_left_d.gif
│   │   │   │   │   ├── arrow_left.gif
│   │   │   │   │   ├── arrow_right_d.gif
│   │   │   │   │   ├── arrow_right.gif
│   │   │   │   │   ├── arrow_up_d.gif
│   │   │   │   │   └── arrow_up.gif
│   │   │   │   ├── dp.gif
│   │   │   │   ├── dsort.gif
│   │   │   │   ├── errorA.gif
│   │   │   │   ├── error.gif
│   │   │   │   ├── errorl.gif
│   │   │   │   ├── focus.gif
│   │   │   │   ├── hgrid_crumbs.gif
│   │   │   │   ├── hidearrow.gif
│   │   │   │   ├── infoA.gif
│   │   │   │   ├── info.gif
│   │   │   │   ├── infol.gif
│   │   │   │   ├── lovi.gif
│   │   │   │   ├── lvib.gif
│   │   │   │   ├── lvibr.gif
│   │   │   │   ├── m-arr-d.gif
│   │   │   │   ├── m-arr-u.gif
│   │   │   │   ├── m-conf.gif
│   │   │   │   ├── m-err.gif
│   │   │   │   ├── m-info.gif
│   │   │   │   ├── m-next.gif
│   │   │   │   ├── m-prev.gif
│   │   │   │   ├── m-req.gif
│   │   │   │   ├── m-sort.gif
│   │   │   │   ├── m-warn.gif
│   │   │   │   ├── pbs.gif
│   │   │   │   ├── process_animation.gif
│   │   │   │   ├── processl.gif
│   │   │   │   ├── radiodn.gif
│   │   │   │   ├── radiods.gif
│   │   │   │   ├── radiorn.gif
│   │   │   │   ├── radiors.gif
│   │   │   │   ├── required.gif
│   │   │   │   ├── rte
│   │   │   │   │   ├── rte_aligncenter_enabled.gif
│   │   │   │   │   ├── rte_alignleft_bidi_enabled.gif
│   │   │   │   │   ├── rte_alignleft_enabled.gif
│   │   │   │   │   ├── rte_alignright_bidi_enabled.gif
│   │   │   │   │   ├── rte_alignright_enabled.gif
│   │   │   │   │   ├── rte_bold_enabled.gif
│   │   │   │   │   ├── rte_bulletlist_bidi_enabled.gif
│   │   │   │   │   ├── rte_bulletlist_enabled.gif
│   │   │   │   │   ├── rte_copy_enabled.gif
│   │   │   │   │   ├── rte_copytourl_enabled.gif
│   │   │   │   │   ├── rte_cut_enabled.gif
│   │   │   │   │   ├── rte_hyperlink_enabled.gif
│   │   │   │   │   ├── rte_image_enabled.gif
│   │   │   │   │   ├── rte_indent_bidi_enabled.gif
│   │   │   │   │   ├── rte_indent_enabled.gif
│   │   │   │   │   ├── rte_italic_enabled.gif
│   │   │   │   │   ├── rte_numberlist_bidi_enabled.gif
│   │   │   │   │   ├── rte_numberlist_enabled.gif
│   │   │   │   │   ├── rte_outdent_bidi_enabled.gif
│   │   │   │   │   ├── rte_outdent_enabled.gif
│   │   │   │   │   ├── rte_paste_enabled.gif
│   │   │   │   │   └── rte_underline_enabled.gif
│   │   │   │   ├── showarrow.gif
│   │   │   │   ├── showarrow_rtl.gif
│   │   │   │   ├── smvall.gif
│   │   │   │   ├── smv.gif
│   │   │   │   ├── srb.gif
│   │   │   │   ├── srd.gif
│   │   │   │   ├── srmvall.gif
│   │   │   │   ├── srmv.gif
│   │   │   │   ├── srt.gif
│   │   │   │   ├── sru.gif
│   │   │   │   ├── tbe.gif
│   │   │   │   ├── tber.gif
│   │   │   │   ├── tbse.gif
│   │   │   │   ├── tbser.gif
│   │   │   │   ├── tbs.gif
│   │   │   │   ├── tbsr.gif
│   │   │   │   ├── tbss.gif
│   │   │   │   ├── tbssr.gif
│   │   │   │   ├── tfold.gif
│   │   │   │   ├── t.gif
│   │   │   │   ├── t.htm
│   │   │   │   ├── tip.gif
│   │   │   │   ├── tleafbf.gif
│   │   │   │   ├── tleafb.gif
│   │   │   │   ├── tleaff.gif
│   │   │   │   ├── tleaf.gif
│   │   │   │   ├── tleafr.gif
│   │   │   │   ├── tlinebf.gif
│   │   │   │   ├── tlineb.gif
│   │   │   │   ├── tlinef.gif
│   │   │   │   ├── tline.gif
│   │   │   │   ├── tlinerf.gif
│   │   │   │   ├── tliner.gif
│   │   │   │   ├── tminusaf.gif
│   │   │   │   ├── tminusa.gif
│   │   │   │   ├── tminusbf.gif
│   │   │   │   ├── tminusb.gif
│   │   │   │   ├── tminusf.gif
│   │   │   │   ├── tminusrf.gif
│   │   │   │   ├── tminusr.gif
│   │   │   │   ├── tnavnd.gif
│   │   │   │   ├── tnavn.gif
│   │   │   │   ├── tnavpd.gif
│   │   │   │   ├── tnavp.gif
│   │   │   │   ├── tplusaf.gif
│   │   │   │   ├── tplusa.gif
│   │   │   │   ├── tplusbf.gif
│   │   │   │   ├── tplusb.gif
│   │   │   │   ├── tplusf.gif
│   │   │   │   ├── tplusrf.gif
│   │   │   │   ├── tplusr.gif
│   │   │   │   ├── tsb.gif
│   │   │   │   ├── warningA.gif
│   │   │   │   ├── warning.gif
│   │   │   │   └── warnl.gif
│   │   │   ├── jsLibs
│   │   │   │   ├── CharSets2_2_24_5.js
│   │   │   │   ├── CharSets.js
│   │   │   │   ├── ColorField2_2_24_5.js
│   │   │   │   ├── ColorFieldFormat2_2_24_5.js
│   │   │   │   ├── ColorFieldFormat.js
│   │   │   │   ├── ColorField.js
│   │   │   │   ├── ColorFormat2_2_24_5.js
│   │   │   │   ├── ColorFormat.js
│   │   │   │   ├── Common2_2_24_5.js
│   │   │   │   ├── Common.js
│   │   │   │   ├── CoreFormat2_2_24_5.js
│   │   │   │   ├── CoreFormat.js
│   │   │   │   ├── DateField2_2_24_5.js
│   │   │   │   ├── DateFieldFormat2_2_24_5.js
│   │   │   │   ├── DateFieldFormat.js
│   │   │   │   ├── DateField.js
│   │   │   │   ├── DateFormat2_2_24_5.js
│   │   │   │   ├── DateFormat.js
│   │   │   │   ├── DiagrammerLib2_2_24_5.js
│   │   │   │   ├── DiagrammerLib.js
│   │   │   │   ├── Locale2_2_24_5.js
│   │   │   │   ├── Locale.js
│   │   │   │   ├── LovInput2_2_24_5.js
│   │   │   │   ├── LovInput.js
│   │   │   │   ├── MarlinCore2_2_24_5.js
│   │   │   │   ├── MarlinCore.js
│   │   │   │   ├── resources
│   │   │   │   │   ├── LocaleElements_ar2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_AE2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_AE.js
│   │   │   │   │   ├── LocaleElements_ar_AE_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_AE_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_BH2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_BH.js
│   │   │   │   │   ├── LocaleElements_ar_BH_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_BH_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_DZ2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_DZ.js
│   │   │   │   │   ├── LocaleElements_ar_DZ_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_DZ_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_EG2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_EG.js
│   │   │   │   │   ├── LocaleElements_ar_EG_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_EG_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_IQ2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_IQ.js
│   │   │   │   │   ├── LocaleElements_ar_IQ_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_IQ_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_JO2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_JO.js
│   │   │   │   │   ├── LocaleElements_ar_JO_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_JO_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar.js
│   │   │   │   │   ├── LocaleElements_ar_KW2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_KW.js
│   │   │   │   │   ├── LocaleElements_ar_KW_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_KW_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_LB2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_LB.js
│   │   │   │   │   ├── LocaleElements_ar_LB_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_LB_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_LY2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_LY.js
│   │   │   │   │   ├── LocaleElements_ar_LY_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_LY_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_MA2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_MA.js
│   │   │   │   │   ├── LocaleElements_ar_MA_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_MA_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_OM2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_OM.js
│   │   │   │   │   ├── LocaleElements_ar_OM_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_OM_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_QA2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_QA.js
│   │   │   │   │   ├── LocaleElements_ar_QA_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_QA_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_SA2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_SA.js
│   │   │   │   │   ├── LocaleElements_ar_SA_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_SA_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_SD2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_SD.js
│   │   │   │   │   ├── LocaleElements_ar_SD_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_SD_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_SY2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_SY.js
│   │   │   │   │   ├── LocaleElements_ar_SY_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_SY_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_TN2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_TN.js
│   │   │   │   │   ├── LocaleElements_ar_TN_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_TN_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_YE2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_YE.js
│   │   │   │   │   ├── LocaleElements_ar_YE_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ar_YE_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_be2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_be_BY2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_be_BY.js
│   │   │   │   │   ├── LocaleElements_be_BY_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_be_BY_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_be.js
│   │   │   │   │   ├── LocaleElements_be__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_be__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_bg2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_bg_BG2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_bg_BG.js
│   │   │   │   │   ├── LocaleElements_bg_BG_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_bg_BG_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_bg.js
│   │   │   │   │   ├── LocaleElements_bg__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_bg__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ca2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ca_ES2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ca_ES.js
│   │   │   │   │   ├── LocaleElements_ca_ES_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ca_ES_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ca.js
│   │   │   │   │   ├── LocaleElements_ca__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ca__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_cs2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_cs_CZ2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_cs_CZ.js
│   │   │   │   │   ├── LocaleElements_cs_CZ_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_cs_CZ_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_cs.js
│   │   │   │   │   ├── LocaleElements_cs__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_cs__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_da2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_da_DK2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_da_DK.js
│   │   │   │   │   ├── LocaleElements_da_DK_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_da_DK_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_da.js
│   │   │   │   │   ├── LocaleElements_da__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_da__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de_AT2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de_AT.js
│   │   │   │   │   ├── LocaleElements_de_AT_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de_AT_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de_CH2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de_CH.js
│   │   │   │   │   ├── LocaleElements_de_CH_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de_CH_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de_DE2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de_DE.js
│   │   │   │   │   ├── LocaleElements_de_DE_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de_DE_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de.js
│   │   │   │   │   ├── LocaleElements_de_LU2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de_LU.js
│   │   │   │   │   ├── LocaleElements_de_LU_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de_LU_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_de__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_el2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_el_GR2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_el_GR.js
│   │   │   │   │   ├── LocaleElements_el_GR_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_el_GR_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_el.js
│   │   │   │   │   ├── LocaleElements_el__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_el__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_AU2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_AU.js
│   │   │   │   │   ├── LocaleElements_en_AU_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_AU_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_CA2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_CA.js
│   │   │   │   │   ├── LocaleElements_en_CA_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_CA_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_GB2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_GB.js
│   │   │   │   │   ├── LocaleElements_en_GB_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_GB_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_IE2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_IE.js
│   │   │   │   │   ├── LocaleElements_en_IE_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_IE_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_IN2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_IN.js
│   │   │   │   │   ├── LocaleElements_en_IN_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_IN_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en.js
│   │   │   │   │   ├── LocaleElements_en_NZ2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_NZ.js
│   │   │   │   │   ├── LocaleElements_en_NZ_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_NZ_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_US2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_US.js
│   │   │   │   │   ├── LocaleElements_en_US_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_US_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_ZA2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_ZA.js
│   │   │   │   │   ├── LocaleElements_en_ZA_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_en_ZA_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_AR2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_AR.js
│   │   │   │   │   ├── LocaleElements_es_AR_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_AR_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_BO2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_BO.js
│   │   │   │   │   ├── LocaleElements_es_BO_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_BO_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_CL2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_CL.js
│   │   │   │   │   ├── LocaleElements_es_CL_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_CL_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_CO2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_CO.js
│   │   │   │   │   ├── LocaleElements_es_CO_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_CO_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_CR2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_CR.js
│   │   │   │   │   ├── LocaleElements_es_CR_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_CR_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_DO2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_DO.js
│   │   │   │   │   ├── LocaleElements_es_DO_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_DO_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_EC2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_EC.js
│   │   │   │   │   ├── LocaleElements_es_EC_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_EC_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_ES2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_ES.js
│   │   │   │   │   ├── LocaleElements_es_ES_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_ES_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_GT2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_GT.js
│   │   │   │   │   ├── LocaleElements_es_GT_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_GT_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_HN2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_HN.js
│   │   │   │   │   ├── LocaleElements_es_HN_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_HN_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es.js
│   │   │   │   │   ├── LocaleElements_es_MX2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_MX.js
│   │   │   │   │   ├── LocaleElements_es_MX_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_MX_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_NI2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_NI.js
│   │   │   │   │   ├── LocaleElements_es_NI_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_NI_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_PA2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_PA.js
│   │   │   │   │   ├── LocaleElements_es_PA_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_PA_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_PE2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_PE.js
│   │   │   │   │   ├── LocaleElements_es_PE_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_PE_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_PR2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_PR.js
│   │   │   │   │   ├── LocaleElements_es_PR_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_PR_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_PY2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_PY.js
│   │   │   │   │   ├── LocaleElements_es_PY_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_PY_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_SV2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_SV.js
│   │   │   │   │   ├── LocaleElements_es_SV_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_SV_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_UY2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_UY.js
│   │   │   │   │   ├── LocaleElements_es_UY_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_UY_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_VE2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_VE.js
│   │   │   │   │   ├── LocaleElements_es_VE_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_es_VE_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_et2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_et_EE2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_et_EE.js
│   │   │   │   │   ├── LocaleElements_et_EE_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_et_EE_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_et.js
│   │   │   │   │   ├── LocaleElements_et__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_et__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fi2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fi_FI2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fi_FI.js
│   │   │   │   │   ├── LocaleElements_fi_FI_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fi_FI_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fi.js
│   │   │   │   │   ├── LocaleElements_fi__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fi__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr_BE2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr_BE.js
│   │   │   │   │   ├── LocaleElements_fr_BE_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr_BE_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr_CA2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr_CA.js
│   │   │   │   │   ├── LocaleElements_fr_CA_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr_CA_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr_CH2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr_CH.js
│   │   │   │   │   ├── LocaleElements_fr_CH_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr_CH_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr_FR2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr_FR.js
│   │   │   │   │   ├── LocaleElements_fr_FR_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr_FR_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr.js
│   │   │   │   │   ├── LocaleElements_fr_LU2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr_LU.js
│   │   │   │   │   ├── LocaleElements_fr_LU_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr_LU_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_fr__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hi_IN2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hi_IN.js
│   │   │   │   │   ├── LocaleElements_hi_IN_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hi_IN_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hr2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hr_HR2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hr_HR.js
│   │   │   │   │   ├── LocaleElements_hr_HR_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hr_HR_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hr.js
│   │   │   │   │   ├── LocaleElements_hr__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hr__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hu2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hu_HU2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hu_HU.js
│   │   │   │   │   ├── LocaleElements_hu_HU_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hu_HU_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hu.js
│   │   │   │   │   ├── LocaleElements_hu__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_hu__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_is2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_is_IS2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_is_IS.js
│   │   │   │   │   ├── LocaleElements_is_IS_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_is_IS_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_is.js
│   │   │   │   │   ├── LocaleElements_is__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_is__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_it2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_it_CH2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_it_CH.js
│   │   │   │   │   ├── LocaleElements_it_CH_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_it_CH_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_it_IT2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_it_IT.js
│   │   │   │   │   ├── LocaleElements_it_IT_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_it_IT_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_it.js
│   │   │   │   │   ├── LocaleElements_it__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_it__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_iw2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_iw_IL2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_iw_IL.js
│   │   │   │   │   ├── LocaleElements_iw_IL_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_iw_IL_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_iw.js
│   │   │   │   │   ├── LocaleElements_iw__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_iw__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ja2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ja_JP2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ja_JP.js
│   │   │   │   │   ├── LocaleElements_ja_JP_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ja_JP_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ja.js
│   │   │   │   │   ├── LocaleElements_ja__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ja__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ko2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ko.js
│   │   │   │   │   ├── LocaleElements_ko_KR2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ko_KR.js
│   │   │   │   │   ├── LocaleElements_ko_KR_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ko_KR_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ko__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ko__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_lt2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_lt.js
│   │   │   │   │   ├── LocaleElements_lt_LT2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_lt_LT.js
│   │   │   │   │   ├── LocaleElements_lt_LT_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_lt_LT_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_lt__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_lt__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_lv2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_lv.js
│   │   │   │   │   ├── LocaleElements_lv_LV2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_lv_LV.js
│   │   │   │   │   ├── LocaleElements_lv_LV_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_lv_LV_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_lv__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_lv__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_mk2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_mk.js
│   │   │   │   │   ├── LocaleElements_mk_MK2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_mk_MK.js
│   │   │   │   │   ├── LocaleElements_mk_MK_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_mk_MK_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_mk__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_mk__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_nl2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_nl_BE2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_nl_BE.js
│   │   │   │   │   ├── LocaleElements_nl_BE_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_nl_BE_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_nl.js
│   │   │   │   │   ├── LocaleElements_nl_NL2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_nl_NL.js
│   │   │   │   │   ├── LocaleElements_nl_NL_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_nl_NL_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_nl__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_nl__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_no2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_no.js
│   │   │   │   │   ├── LocaleElements_no_NO2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_no_NO.js
│   │   │   │   │   ├── LocaleElements_no_NO_NY2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_no_NO_NY.js
│   │   │   │   │   ├── LocaleElements_no_NO_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_no_NO_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_no__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_no__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pl2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pl.js
│   │   │   │   │   ├── LocaleElements_pl__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pl__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pl_PL2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pl_PL.js
│   │   │   │   │   ├── LocaleElements_pl_PL_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pl_PL_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pt2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pt_BR2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pt_BR.js
│   │   │   │   │   ├── LocaleElements_pt_BR_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pt_BR_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pt.js
│   │   │   │   │   ├── LocaleElements_pt__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pt__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pt_PT2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pt_PT.js
│   │   │   │   │   ├── LocaleElements_pt_PT_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_pt_PT_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ro2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ro.js
│   │   │   │   │   ├── LocaleElements_ro__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ro__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ro_RO2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ro_RO.js
│   │   │   │   │   ├── LocaleElements_ro_RO_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ro_RO_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ru2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ru.js
│   │   │   │   │   ├── LocaleElements_ru__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ru__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ru_RU2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ru_RU.js
│   │   │   │   │   ├── LocaleElements_ru_RU_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_ru_RU_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sk2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sk.js
│   │   │   │   │   ├── LocaleElements_sk__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sk__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sk_SK2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sk_SK.js
│   │   │   │   │   ├── LocaleElements_sk_SK_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sk_SK_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sl2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sl.js
│   │   │   │   │   ├── LocaleElements_sl__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sl__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sl_SI2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sl_SI.js
│   │   │   │   │   ├── LocaleElements_sl_SI_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sl_SI_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sq2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sq_AL2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sq_AL.js
│   │   │   │   │   ├── LocaleElements_sq_AL_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sq_AL_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sq.js
│   │   │   │   │   ├── LocaleElements_sq__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sq__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sr2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sr_BA2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sr_BA.js
│   │   │   │   │   ├── LocaleElements_sr_BA_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sr_BA_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sr_CS2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sr_CS.js
│   │   │   │   │   ├── LocaleElements_sr_CS_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sr_CS_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sr.js
│   │   │   │   │   ├── LocaleElements_sr__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sr__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sv2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sv.js
│   │   │   │   │   ├── LocaleElements_sv__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sv__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sv_SE2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sv_SE.js
│   │   │   │   │   ├── LocaleElements_sv_SE_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_sv_SE_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_th2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_th.js
│   │   │   │   │   ├── LocaleElements_th__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_th__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_th_TH2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_th_TH.js
│   │   │   │   │   ├── LocaleElements_th_TH_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_th_TH_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_th_TH_TH2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_th_TH_TH.js
│   │   │   │   │   ├── LocaleElements_tr2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_tr.js
│   │   │   │   │   ├── LocaleElements_tr__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_tr__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_tr_TR2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_tr_TR.js
│   │   │   │   │   ├── LocaleElements_tr_TR_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_tr_TR_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_uk2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_uk.js
│   │   │   │   │   ├── LocaleElements_uk__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_uk__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_uk_UA2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_uk_UA.js
│   │   │   │   │   ├── LocaleElements_uk_UA_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_uk_UA_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_vi2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_vi.js
│   │   │   │   │   ├── LocaleElements_vi__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_vi__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_vi_VN2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_vi_VN.js
│   │   │   │   │   ├── LocaleElements_vi_VN_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_vi_VN_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_zh2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_zh_CN2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_zh_CN.js
│   │   │   │   │   ├── LocaleElements_zh_CN_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_zh_CN_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_zh_HK2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_zh_HK.js
│   │   │   │   │   ├── LocaleElements_zh_HK_ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_zh_HK_ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_zh.js
│   │   │   │   │   ├── LocaleElements_zh__ORACLE10G2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_zh__ORACLE9I2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_zh_TW2_2_24_5.js
│   │   │   │   │   ├── LocaleElements_zh_TW.js
│   │   │   │   │   ├── LocaleElements_zh_TW_ORACLE10G2_2_24_5.js
│   │   │   │   │   └── LocaleElements_zh_TW_ORACLE9I2_2_24_5.js
│   │   │   │   ├── RichTextEditor2_2_24_5.js
│   │   │   │   ├── RichTextEditor.js
│   │   │   │   ├── ScriptEval2_2_24_5.js
│   │   │   │   ├── ScriptEval.js
│   │   │   │   ├── Shuttle2_2_24_5.js
│   │   │   │   ├── Shuttle.js
│   │   │   │   ├── TableProxy2_2_24_5.js
│   │   │   │   ├── TableProxy.js
│   │   │   │   ├── Uncommon2_2_24_5.js
│   │   │   │   ├── Uncommon.js
│   │   │   │   ├── WMLPatternFormat2_2_24_5.js
│   │   │   │   └── WMLPatternFormat.js
│   │   │   ├── jsps
│   │   │   │   ├── a.jsp
│   │   │   │   ├── calendarDialog.jsp
│   │   │   │   ├── frameRedirect.jsp
│   │   │   │   └── fred.jsp
│   │   │   ├── styles
│   │   │   │   ├── base-desktop.xss
│   │   │   │   ├── blaf.xss
│   │   │   │   ├── minimal-desktop.xss
│   │   │   │   ├── minimal-pda.xss
│   │   │   │   ├── oracle-desktop.xss
│   │   │   │   ├── oracle-pda.xss
│   │   │   │   ├── pocketPC.xss
│   │   │   │   ├── simple-desktop.xss
│   │   │   │   └── version.txt
│   │   │   └── WEB-INF
│   │   │   └── web.xml
│   │   └── taglib
│   │   └── uix2tags.jar
│   ├── utl
│   │   └── orabase_cleanup.lst
│   └── xdk
│   ├── include
│   │   ├── orastruc.h
│   │   └── oratypes.h
│   ├── mesg
│   │   ├── lpxus.msb
│   │   ├── lpxus.msg
│   │   ├── lpxzhs.msb
│   │   ├── lsxus.msb
│   │   ├── lsxus.msg
│   │   └── lsxzhs.msb
│   └── readme.html
├── oracle32.reg
├── oracle64.reg
└── 使用说明.txt

948 directories, 7185 files

标签:

实例下载地址

ORACLE 11G 免安装客户端

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警