ch19.003_best_ex19.3

来自「Perl Best Practices the source code」· 3 代码 · 共 32 行

3
32
字号
################################################################################   Example 19.3 (Recommended) from Chapter 19 of "Perl Best Practices"    ####     Copyright (c) O'Reilly & Associates, 2005. All Rights Reserved.      ####  See: http://www.oreilly.com/pub/a/oreilly/ask_tim/2001/codepolicy.html  ################################################################################# Example 19-3. A simple configuration language[Interface]# Configurable bits that others will see... Author: Jan-Yu EyrieE-mail: eju@calnet Disclaimer: This code is provided AS IS, and comes with           : ABSOLUTELY NO WARRANTY OF ANY KIND WHATSOEVER!          : It's buggy, slow, and will almost certainly          : break your computer. Use at your own risk! [Internals]# Stuff no-one else sees... # Look-up path for plug-ins...lib: ~/lib/perl5lib: ~/lib/perllib: /usr/share/lib/perl [strict]    # Don't allow malformed inputs[verbose]   # Report every step[log]       # And log every transaction

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?