home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / PERL / PERL-4.036 / PERL-4 / perl-4.036 / Info / perl.info-7 < prev    next >
Encoding:
GNU Info File  |  1994-07-08  |  57.0 KB  |  988 lines

  1. This is Info file perl.info, produced by Makeinfo-1.55 from the input
  2. file perltexi.
  3.  
  4.    This file documents perl, Practical Extraction and Report Language,
  5. and was originally based on Larry Wall's unix-style man page for perl.
  6.  
  7.    GNU Texinfo version adapted by Jeff Kellem
  8. <composer@Beyond.Dreams.ORG>.
  9.  
  10.    Copyright (C) 1989, 1990, 1991, 1992, 1993 Larry Wall Texinfo
  11. version Copyright (C) 1990, 1991, 1993 Jeff Kellem
  12.  
  13.    Permission is granted to make and distribute verbatim copies of this
  14. manual provided the copyright notice and this permission notice are
  15. preserved on all copies.
  16.  
  17.    Permission is granted to copy and distribute modified versions of
  18. this manual under the conditions for verbatim copying, provided also
  19. that the sections entitled "GNU General Public License" and "Conditions
  20. for Using Perl" are included exactly as in the original, and provided
  21. that the entire resulting derived work is distributed under the terms
  22. of a permission notice identical to this one.
  23.  
  24.    Permission is granted to copy and distribute translations of this
  25. manual into another language, under the above conditions for modified
  26. versions, except that the section entitled "GNU General Public License"
  27. and this permission notice may be included in translations approved by
  28. the Free Software Foundation instead of in the original English.
  29.  
  30. 
  31. File: perl.info,  Node: Concept Index,  Prev: Function Index,  Up: Top
  32.  
  33. Concept Index
  34. *************
  35.  
  36. * Menu:
  37.  
  38. * accept function:                      Networking Functions.
  39. * alarm function:                       System Interaction.
  40. * bind function:                        Networking Functions.
  41. * binmode function:                     Input/Output.
  42. * chdir function:                       Directory Reading Functions.
  43. * chgrp function (part of chown):       File Operations.
  44. * chmod example:                        File Operations.
  45. * chop example:                         String Functions.
  46. * chop function:                        String Functions.
  47. * chown example:                        File Operations.
  48. * chown function:                       File Operations.
  49. * chroot function:                      System Interaction.
  50. * closedir function:                    Directory Reading Functions.
  51. * close function:                       Input/Output.
  52. * close function example:               Input/Output.
  53. * connect function:                     Networking Functions.
  54. * continue statement:                   Compound Statements.
  55. * cos function:                         Math Functions.
  56. * crypt function:                       String Functions.
  57. * dbmclose function:                    DBM Functions.
  58. * dbmopen function:                     DBM Functions.
  59. * defined function:                     Variable Functions.
  60. * defined function examples:            Variable Functions.
  61. * delete function:                      Array and List Functions.
  62. * delete function example:              Array and List Functions.
  63. * die function:                         System Interaction.
  64. * die function example:                 System Interaction.
  65. * do BLOCK:                             Flow Control Functions.
  66. * do EXPR:                              Perl Library Functions.
  67. * do EXPR example:                      Perl Library Functions.
  68. * do SUBROUTINE:                        Subroutine Functions.
  69. * dump function example:                Miscellaneous Functions.
  70. * dump, creating a core file:           Miscellaneous Functions.
  71. * each function example:                DBM Functions.
  72. * each function example:                Array and List Functions.
  73. * each function, Associative arrays:    Array and List Functions.
  74. * else statement:                       Compound Statements.
  75. * elsif statement:                      Compound Statements.
  76. * eof function:                         Input/Output.
  77. * eof function example:                 Input/Output.
  78. * eval function:                        Miscellaneous Functions.
  79. * exec function:                        System Interaction.
  80. * exec function example:                System Interaction.
  81. * exit function:                        System Interaction.
  82. * exit function example:                System Interaction.
  83. * exp trigonometric function:           Math Functions.
  84. * fcntl function:                       File Operations.
  85. * fileno function:                      File Operations.
  86. * flock function:                       File Operations.
  87. * foreach statement:                    Compound Statements.
  88. * fork function:                        System Interaction.
  89. * for statement:                        Compound Statements.
  90. * getc function:                        Input/Output.
  91. * getlogin example:                     System Interaction.
  92. * getlogin function:                    System Interaction.
  93. * getpeername function:                 Networking Functions.
  94. * getpeername function example:         Networking Functions.
  95. * getpgrp function:                     System Interaction.
  96. * getppid function:                     System Interaction.
  97. * getpriority function:                 System Interaction.
  98. * getsockname function:                 Networking Functions.
  99. * getsockopt function:                  Networking Functions.
  100. * gmtime function:                      Time Functions.
  101. * gmtime function example:              Time Functions.
  102. * goto LABEL:                           Flow Control Functions.
  103. * goto function:                        Flow Control Functions.
  104. * grep function:                        Array and List Functions.
  105. * grep function example:                Array and List Functions.
  106. * hex function:                         Math Functions.
  107. * if modifier:                          Simple Statements.
  108. * if statement:                         Compound Statements.
  109. * index function:                       String Functions.
  110. * int function:                         Math Functions.
  111. * ioctl function example:               System Interaction.
  112. * ioctl system call:                    System Interaction.
  113. * join function:                        Array and List Functions.
  114. * join function example:                Array and List Functions.
  115. * join function example:                Array and List Functions.
  116. * keys function example:                Array and List Functions.
  117. * keys function, Associative arrays:    Array and List Functions.
  118. * kill function:                        System Interaction.
  119. * kill function example:                System Interaction.
  120. * last function:                        Flow Control Functions.
  121. * last function example:                Flow Control Functions.
  122. * length function:                      String Functions.
  123. * link function:                        File Operations.
  124. * listen function:                      Networking Functions.
  125. * localtime function:                   Time Functions.
  126. * localtime function example:           Time Functions.
  127. * local function:                       Subroutine Functions.
  128. * local function example:               Subroutine Functions.
  129. * log function (base e):                Math Functions.
  130. * lstat function:                       File Operations.
  131. * mkdir function:                       Directory Reading Functions.
  132. * next function:                        Flow Control Functions.
  133. * next function example:                Flow Control Functions.
  134. * oct function example:                 Math Functions.
  135. * opendir function:                     Directory Reading Functions.
  136. * open function:                        Input/Output.
  137. * open function examples:               Input/Output.
  138. * open function examples:               Input/Output.
  139. * ord function:                         Miscellaneous Functions.
  140. * pack function:                        Structure Conversion.
  141. * pack function examples:               Structure Conversion.
  142. * pipe function:                        Input/Output.
  143. * pipe system call:                     Input/Output.
  144. * pop function:                         Array and List Functions.
  145. * printf function:                      Input/Output.
  146. * print function:                       Input/Output.
  147. * push function:                        Array and List Functions.
  148. * qq operator example:                  Miscellaneous Functions.
  149. * q operator example:                   Miscellaneous Functions.
  150. * rand function:                        Miscellaneous Functions.
  151. * readdir function:                     Directory Reading Functions.
  152. * readlink function:                    File Operations.
  153. * read function:                        Input/Output.
  154. * recv function:                        Networking Functions.
  155. * redo function:                        Flow Control Functions.
  156. * redo function example:                Flow Control Functions.
  157. * rename function:                      File Operations.
  158. * rename system call:                   File Operations.
  159. * require function:                     Perl Library Functions.
  160. * require operator implementation:      Perl Library Functions.
  161. * reset function:                       Variable Functions.
  162. * reset function example:               Variable Functions.
  163. * return function:                      Subroutine Functions.
  164. * reverse function:                     Array and List Functions.
  165. * rewinddir function:                   Directory Reading Functions.
  166. * rindex function:                      String Functions.
  167. * rmdir function:                       Directory Reading Functions.
  168. * s/PATTERN/REPLACEMENT/ examples:      Search and Replace Functions.
  169. * s/PATTERN/REPLACEMENT/ function:      Search and Replace Functions.
  170. * seekdir function:                     Directory Reading Functions.
  171. * seek function:                        Input/Output.
  172. * select(FILEHANDLE) function:          Input/Output.
  173. * select(FILEHANDLE) function example:  Input/Output.
  174. * select(FILEHANDLE) function example:  Input/Output.
  175. * select system call:                   Input/Output.
  176. * select system call example:           Input/Output.
  177. * send function:                        Networking Functions.
  178. * setpgrp function:                     System Interaction.
  179. * setpriority function:                 System Interaction.
  180. * setsockopt function:                  Networking Functions.
  181. * shift function:                       Array and List Functions.
  182. * shutdown function:                    Networking Functions.
  183. * sin function:                         Math Functions.
  184. * sleep function:                       System Interaction.
  185. * socketpair function:                  Networking Functions.
  186. * socket function:                      Networking Functions.
  187. * sort function:                        Array and List Functions.
  188. * sort function example:                Array and List Functions.
  189. * splice function:                      Array and List Functions.
  190. * splice function example:              Array and List Functions.
  191. * splice function example:              Array and List Functions.
  192. * split function:                       Array and List Functions.
  193. * split function example:               Array and List Functions.
  194. * split function example:               Array and List Functions.
  195. * sprintf function:                     Miscellaneous Functions.
  196. * sqrt function:                        Math Functions.
  197. * srand function:                       Miscellaneous Functions.
  198. * stat function:                        File Operations.
  199. * stat function and underscore example: File Operations.
  200. * stat function example:                File Operations.
  201. * study function:                       Search and Replace Functions.
  202. * study function example:               Search and Replace Functions.
  203. * substr function:                      String Functions.
  204. * symlink function:                     File Operations.
  205. * symlink function example:             File Operations.
  206. * syscall function:                     System Interaction.
  207. * syscall function example:             System Interaction.
  208. * system function:                      System Interaction.
  209. * telldir function:                     Directory Reading Functions.
  210. * tell function:                        Input/Output.
  211. * times function:                       System Interaction.
  212. * times function example:               System Interaction.
  213. * time function:                        Time Functions.
  214. * tr/SEARCHLIST/REPLACEMENTLIST/:       Search and Replace Functions.
  215. * tr/SEARCHLIST/REPLACEMENTLIST/ example: Search and Replace Functions.
  216. * umask function:                       System Interaction.
  217. * undef function:                       Variable Functions.
  218. * undef function examples:              Variable Functions.
  219. * unless modifier:                      Simple Statements.
  220. * unless statement:                     Compound Statements.
  221. * unlink function:                      File Operations.
  222. * unlink function examples:             File Operations.
  223. * unpack function:                      Structure Conversion.
  224. * unpack function example:              System Interaction.
  225. * unpack function example:              Structure Conversion.
  226. * unshift function:                     Array and List Functions.
  227. * utime function:                       File Operations.
  228. * values function:                      Array and List Functions.
  229. * vec function:                         Miscellaneous Functions.
  230. * wait function:                        System Interaction.
  231. * wantarray function:                   Subroutine Functions.
  232. * wantarray function example:           Subroutine Functions.
  233. * warn function:                        System Interaction.
  234. * while modifier:                       Simple Statements.
  235. * while statement:                      Compound Statements.
  236. * write function:                       Input/Output.
  237. * y/SEARCHLIST/REPLACEMENTLIST/:        Search and Replace Functions.
  238. * y/SEARCHLIST/REPLACEMENTLIST/ example: Search and Replace Functions.
  239. * dumpvar.pl file:                      Packages.
  240. * $& predefined variable example:       Predefined Names.
  241. * $' predefined variable example:       Predefined Names.
  242. * $+ predefined variable example:       Predefined Names.
  243. * $< predefined variable example:       Predefined Names.
  244. * $> predefined variable example:       Predefined Names.
  245. * $] predefined variable example:       Predefined Names.
  246. * $_ examples:                          Predefined Names.
  247. * $` predefined variable example:       Predefined Names.
  248. * <<, here-is syntax:                   Data Types.
  249. * @SIG predefined variable example:     Predefined Names.
  250. * ARGVOUT filehandle:                   Options.
  251. * printenv program example:             Array and List Functions.
  252. * undump, creating a core file:         Miscellaneous Functions.
  253. * a2p (awk to perl translator):         a2p.
  254. * a2p bugs:                             a2p Bugs.
  255. * a2p Considerations:                   a2p Considerations.
  256. * a2p options:                          a2p Options.
  257. * a2p problems:                         a2p Bugs.
  258. * Access, Changing File:                File Operations.
  259. * Addenda and Errata:                   Errata.
  260. * Aliases in the debugger:              Debugging.
  261. * Arguments:                            Options.
  262. * Array and List Functions:             Array and List Functions.
  263. * Array context:                        Subroutine Functions.
  264. * Array Functions:                      Array and List Functions.
  265. * Array literals:                       Data Types.
  266. * Arrays, pop function:                 Array and List Functions.
  267. * Arrays, push function:                Array and List Functions.
  268. * Arrays, reverse function:             Array and List Functions.
  269. * Arrays, shift function:               Array and List Functions.
  270. * Arrays, unshift function:             Array and List Functions.
  271. * Arrays, popping the last value:       Array and List Functions.
  272. * Arrays, prepending:                   Array and List Functions.
  273. * Arrays, pushing a value onto:         Array and List Functions.
  274. * Arrays, shifting first value off:     Array and List Functions.
  275. * Ascii character value:                Miscellaneous Functions.
  276. * Associative array literals:           Data Types.
  277. * Associative Arrays, delete function:  Array and List Functions.
  278. * Associative arrays, each function:    Array and List Functions.
  279. * Associative arrays, keys function:    Array and List Functions.
  280. * Associative Arrays, values function:  Array and List Functions.
  281. * Associative arrays, finding keys:     Array and List Functions.
  282. * Associative arrays, key and value:    Array and List Functions.
  283. * Associative Arrays, values of:        Array and List Functions.
  284. * Associativity of operators:           Precedence.
  285. * Authors:                              Credits.
  286. * Awk to Perl translator:               a2p.
  287. * Awk Traps:                            Awk Traps.
  288. * Binary Mode:                          Input/Output.
  289. * Binding to a socket:                  Networking Functions.
  290. * bitfields and vectors:                Miscellaneous Functions.
  291. * Bitmasks and select system call:      Input/Output.
  292. * Branching:                            Flow Control Functions.
  293. * break statement in C:                 Flow Control Functions.
  294. * BSD mailbox appender example:         File Operations.
  295. * Bug report format example:            Formats.
  296. * Bugs:                                 Bugs.
  297. * C header files:                       h2ph.
  298. * C Traps:                              C Traps.
  299. * caller function:                      Subroutine Functions.
  300. * Calling system calls:                 System Interaction.
  301. * Case statement:                       Compound Statements.
  302. * Change root system call:              System Interaction.
  303. * Change Working Directory (cwd):       Directory Reading Functions.
  304. * Changing access times of a file(s):   File Operations.
  305. * Changing Directories:                 Directory Reading Functions.
  306. * Changing File Modes:                  File Operations.
  307. * Changing File Ownership:              File Operations.
  308. * Changing File Permissions:            File Operations.
  309. * Changing modification times of a file(s): File Operations.
  310. * Character input:                      Input/Output.
  311. * Checking if symlink function exists:  File Operations.
  312. * Checking if function exists example:  File Operations.
  313. * Child processes, creating:            System Interaction.
  314. * Child processes, waiting for:         System Interaction.
  315. * Chopping:                             String Functions.
  316. * Clearing variables:                   Variable Functions.
  317. * Client example, Interprocess Communication: Interprocess Communication.
  318. * Client example, IPC:                  Interprocess Communication.
  319. * Closing a directory:                  Directory Reading Functions.
  320. * Closing a file:                       Input/Output.
  321. * Closing a filehandle:                 Input/Output.
  322. * Closing a filehandle example:         Input/Output.
  323. * Closing a pipe:                       Input/Output.
  324. * Command Line Arguments:               Options.
  325. * Command Line Options:                 Options.
  326. * Command Summary (syntax only):        Command Summary.
  327. * Command Syntax:                       Commands.
  328. * Commands:                             Commands.
  329. * Comparing two array values example:   Array and List Functions.
  330. * Compound Statements:                  Compound Statements.
  331. * Conditions for Using Perl:            Conditions.
  332. * Connecting to a socket:               Networking Functions.
  333. * Considerations for using a2p:         a2p Considerations.
  334. * Considerations for using s2p:         s2p Considerations.
  335. * Constructing bitmasks for select:     Input/Output.
  336. * Context of subroutine:                Subroutine Functions.
  337. * Context, forcing scalar:              Variable Functions.
  338. * continue statement in C:              Flow Control Functions.
  339. * Conversion of char to its ascii value: Miscellaneous Functions.
  340. * Converting awk scripts into perl:     a2p.
  341. * Converting C header files to Perl header files: h2ph.
  342. * Converting packed Internet host address example: System Interaction.
  343. * Converting packed IP address example: System Interaction.
  344. * Converting sed scripts into perl:     s2p.
  345. * Converting to Greenwich time:         Time Functions.
  346. * Converting values into binary structure: Structure Conversion.
  347. * Core dump:                            Miscellaneous Functions.
  348. * Cosine, trigonometric function:       Math Functions.
  349. * Creating a core file:                 Miscellaneous Functions.
  350. * Creating a link to a file:            File Operations.
  351. * Creating a pair of sockets:           Networking Functions.
  352. * Creating a socket:                    Networking Functions.
  353. * Creating multiple processes:          System Interaction.
  354. * Creating symbolic links:              File Operations.
  355. * Credits:                              Credits.
  356. * Current context of subroutine:        Subroutine Functions.
  357. * Current file position, finding:       Input/Output.
  358. * Current login name, from utmp:        System Interaction.
  359. * Current position of directory:        Directory Reading Functions.
  360. * Current priority, Finding:            System Interaction.
  361. * Current subroutine context:           Subroutine Functions.
  362. * cwd (Change Working Directory):       Directory Reading Functions.
  363. * Data Objects:                         Data Types.
  364. * Data Types:                           Data Types.
  365. * Database Functions:                   DBM Functions.
  366. * Database library (dbm), dbmclose:     DBM Functions.
  367. * Database library (dbm), dbmopen:      DBM Functions.
  368. * dbm example:                          DBM Functions.
  369. * dbm functions:                        DBM Functions.
  370. * dbm library, dbmclose function:       DBM Functions.
  371. * dbm library, dbmopen function:        DBM Functions.
  372. * Debugger aliases:                     Debugging.
  373. * Debugging:                            Debugging.
  374. * Declaration of formats:               Formats.
  375. * Declaring local variable examples:    Subroutine Functions.
  376. * Declaring local variables:            Subroutine Functions.
  377. * Default file permissions:             System Interaction.
  378. * Deleting a file(s):                   File Operations.
  379. * Deleting values of associative arrays: Array and List Functions.
  380. * Deletion (via chop):                  String Functions.
  381. * Description of Perl:                  Preface.
  382. * Diagnostics:                          Diagnostics.
  383. * Directory Functions:                  Directory Reading Functions.
  384. * Directory functions, chdir:           Directory Reading Functions.
  385. * Directory functions, mkdir:           Directory Reading Functions.
  386. * Directory functions, opendir:         Directory Reading Functions.
  387. * Directory functions, readdir:         Directory Reading Functions.
  388. * Directory functions, rewinddir:       Directory Reading Functions.
  389. * Directory functions, rmdir:           Directory Reading Functions.
  390. * Directory functions, seekdir:         Directory Reading Functions.
  391. * Directory functions, telldir:         Directory Reading Functions.
  392. * Directory functions, next directory:  Directory Reading Functions.
  393. * Directory functions, positioning pointer: Directory Reading Functions.
  394. * Directory functions, removing a dir:  Directory Reading Functions.
  395. * Directory Operations:                 Directory Reading Functions.
  396. * Directory Reading Functions:          Directory Reading Functions.
  397. * Directory, closing a:                 Directory Reading Functions.
  398. * dumpvar package:                      Packages.
  399. * dup-ing STDOUT/STDERR example:        Input/Output.
  400. * Emulating ord with unpack:            Structure Conversion.
  401. * Emulating substr with unpack example: Structure Conversion.
  402. * End Of File (EOF):                    Input/Output.
  403. * Environment:                          Environment.
  404. * EOF (End Of File):                    Input/Output.
  405. * Errata and Addenda:                   Errata.
  406. * Example of die function:              System Interaction.
  407. * Example of dump function:             Miscellaneous Functions.
  408. * Example of each function:             DBM Functions.
  409. * Example of each function:             Array and List Functions.
  410. * Example of eof function:              Input/Output.
  411. * Example of exec function:             System Interaction.
  412. * Example of execing a program in a script: System Interaction.
  413. * Example of exit function:             System Interaction.
  414. * Example of flock function:            File Operations.
  415. * Example of getlogin function:         System Interaction.
  416. * Example of join function:             Array and List Functions.
  417. * Example of keys function:             Array and List Functions.
  418. * Example of kill function:             System Interaction.
  419. * Example of last function:             Flow Control Functions.
  420. * Example of localtime function:        Time Functions.
  421. * Example of reset function:            Variable Functions.
  422. * Example of select system call:        Input/Output.
  423. * Example of study function:            Search and Replace Functions.
  424. * Example of symlink function:          File Operations.
  425. * Example of syscall function:          System Interaction.
  426. * Example of $& predefined variable:    Predefined Names.
  427. * Example of $' predefined variable:    Predefined Names.
  428. * Example of $+ predefined variable:    Predefined Names.
  429. * Example of $< predefined variable:    Predefined Names.
  430. * Example of $> predefined variable:    Predefined Names.
  431. * Example of $] predefined variable:    Predefined Names.
  432. * Example of $_:                        Predefined Names.
  433. * Example of $` predefined variable:    Predefined Names.
  434. * Example of @SIG predefined variable:  Predefined Names.
  435. * Example of a BSD mailbox appender:    File Operations.
  436. * Example of a bug report format:       Formats.
  437. * Example of a client, Interprocess Communication: Interprocess Communication.
  438. * Example of a format for the /etc/passwd file: Formats.
  439. * Example of a max subroutine:          Subroutines.
  440. * Example of a package, dumpvar:        Packages.
  441. * Example of a report of the /etc/passwd file: Formats.
  442. * Example of a server, Interprocess Communication: Interprocess Communication.
  443. * Example of a signal handler:          Predefined Names.
  444. * Example of a touch command:           File Operations.
  445. * Example of an IPC client:             Interprocess Communication.
  446. * Example of an IPC server:             Interprocess Communication.
  447. * Example of checksum in unpack:        Structure Conversion.
  448. * Example of debugger aliases:          Debugging.
  449. * Example of executing a program in a perl script: System Interaction.
  450. * Example of printing ENVironment:      Array and List Functions.
  451. * Example of swapping real/effective uid: Predefined Names.
  452. * Example similar to printenv program:  Array and List Functions.
  453. * Example, chmod function:              File Operations.
  454. * Example, chop function:               String Functions.
  455. * Example, chown function:              File Operations.
  456. * Example, close function:              Input/Output.
  457. * Example, delete function:             Array and List Functions.
  458. * Example, do EXPR:                     Perl Library Functions.
  459. * Example, gmtime function:             Time Functions.
  460. * Example, grep function:               Array and List Functions.
  461. * Example, ioctl function:              System Interaction.
  462. * Example, join function:               Array and List Functions.
  463. * Example, local function:              Subroutine Functions.
  464. * Example, next function:               Flow Control Functions.
  465. * Example, oct function:                Math Functions.
  466. * Example, qq operator:                 Miscellaneous Functions.
  467. * Example, q operator:                  Miscellaneous Functions.
  468. * Example, redo function:               Flow Control Functions.
  469. * Example, select(FILEHANDLE) and top of form format: Input/Output.
  470. * Example, select(FILEHANDLE) function: Input/Output.
  471. * Example, select(FILEHANDLE) function: Input/Output.
  472. * Example, sort function:               Array and List Functions.
  473. * Example, splice function:             Array and List Functions.
  474. * Example, split function:              Array and List Functions.
  475. * Example, split function:              Array and List Functions.
  476. * Example, stat function:               File Operations.
  477. * Example, stat function and underscore: File Operations.
  478. * Example, times function:              System Interaction.
  479. * Example, tr/SEARCHLIST/REPLACEMENTLIST/: Search and Replace Functions.
  480. * Example, unpack function:             System Interaction.
  481. * Example, unpack function:             Structure Conversion.
  482. * Example, wantarray function:          Subroutine Functions.
  483. * Example, y/SEARCHLIST/REPLACEMENTLIST/: Search and Replace Functions.
  484. * Example, /etc/passwd file report:     Formats.
  485. * Example, bitmasks and select:         Input/Output.
  486. * Example, checking if symlink exists:  File Operations.
  487. * Example, checking if function exists: File Operations.
  488. * Example, closing a filehandle:        Input/Output.
  489. * Example, comparing two array values:  Array and List Functions.
  490. * Example, constructing bitmasks for select system call: Input/Output.
  491. * Example, Converting packed Internet host address: System Interaction.
  492. * Example, Converting packed IP address: System Interaction.
  493. * Example, converting to Greenwich time: Time Functions.
  494. * Example, dbm:                         DBM Functions.
  495. * Example, declaring local variables:   Subroutine Functions.
  496. * Example, deleting values of associative arrays: Array and List Functions.
  497. * Example, dup-ing STDOUT/STDERR:       Input/Output.
  498. * Example, emulating ord with unpack:   Structure Conversion.
  499. * Example, emulating substr with unpack: Structure Conversion.
  500. * Example, finding current login name:  System Interaction.
  501. * Example, Finding socket address:      Networking Functions.
  502. * Example, get_line subroutine:         Subroutines.
  503. * Example, Interprocess Communication:  Interprocess Communication.
  504. * Example, Interprocess Communication:  Interprocess Communication.
  505. * Example, Interprocess Communication - getpeername function: Networking Functions.
  506. * Example, IPC:                         Interprocess Communication.
  507. * Example, IPC:                         Interprocess Communication.
  508. * Example, IPC - getpeername function:  Networking Functions.
  509. * Example, Loops and next function:     Flow Control Functions.
  510. * Example, non-numeric uids:            File Operations.
  511. * Example, octal to decimal example:    Math Functions.
  512. * Example, Pascal comment stripper:     Flow Control Functions.
  513. * Example, passing by reference:        Passing By Reference.
  514. * Example, Poor Man's Grep:             Search and Replace Functions.
  515. * Example, preserving white space in open function: Input/Output.
  516. * Example, process' user/system times:  System Interaction.
  517. * Example, reading lines with continuation lines: Subroutines.
  518. * Example, saving, redirecting, and restoring STDOUT/STDERR: Input/Output.
  519. * Example, sending a signal:            System Interaction.
  520. * Example, setting erase char to DEL:   System Interaction.
  521. * Example, simple fgrep:                Search and Replace Functions.
  522. * Example, sorting by age:              Array and List Functions.
  523. * Example, sorting using your own comparison routine: Array and List Functions.
  524. * Example, splitting passwd file entry: Array and List Functions.
  525. * Example, splitting passwd file entry: Array and List Functions.
  526. * Example, subroutines and formal arguments: Subroutines.
  527. * Example, system return value:         System Interaction.
  528. * Example, top of form format:          Input/Output.
  529. * Example, translate function:          Search and Replace Functions.
  530. * Example, unshift function:            Array and List Functions.
  531. * Example, using each with dbm file:    DBM Functions.
  532. * Example, using study and eval:        Search and Replace Functions.
  533. * Example, using unpack to emulate ord: Structure Conversion.
  534. * Example, using unpack to emulate substr: Structure Conversion.
  535. * Examples of defined function:         Variable Functions.
  536. * Examples of open function:            Input/Output.
  537. * Examples of open function:            Input/Output.
  538. * Examples of pack function:            Structure Conversion.
  539. * Examples of splice function:          Array and List Functions.
  540. * Examples of undef function:           Variable Functions.
  541. * Examples of unlink function:          File Operations.
  542. * Examples of formats/reports:          Formats.
  543. * Examples of match function:           Search and Replace Functions.
  544. * Examples of precedence:               Precedence.
  545. * Examples of precedence:               Precedence.
  546. * Examples of precedence:               Precedence.
  547. * Examples of precedence:               Precedence.
  548. * Examples of precedence:               Precedence.
  549. * Examples of regular expressions:      Regular Expressions.
  550. * Examples of regular expressions:      Regular Expressions.
  551. * Examples of subroutines:              Subroutines.
  552. * Examples of subroutines:              Subroutines.
  553. * Examples of tainted variables:        Setuid Scripts.
  554. * Examples, s/PATTERN/REPLACEMENT/:     Search and Replace Functions.
  555. * Examples, sorting:                    Array and List Functions.
  556. * Examples, substitute function:        Search and Replace Functions.
  557. * Executing programs via exec:          System Interaction.
  558. * Exiting a loop:                       Flow Control Functions.
  559. * Exitting a perl script:               System Interaction.
  560. * Exitting perl script:                 System Interaction.
  561. * Expressions:                          Expressions.
  562. * Extracting a substring:               String Functions.
  563. * Extracting elements from a list:      Array and List Functions.
  564. * File Access:                          File Operations.
  565. * File descriptor:                      File Operations.
  566. * File locking:                         File Operations.
  567. * File Modes:                           File Operations.
  568. * File number:                          File Operations.
  569. * File Operations:                      File Operations.
  570. * File Ownership:                       File Operations.
  571. * File Ownership, Changing:             File Operations.
  572. * File Permissions:                     File Operations.
  573. * File permissions, default:            System Interaction.
  574. * File statistics:                      File Operations.
  575. * File test operators:                  Expressions.
  576. * File, closing a:                      Input/Output.
  577. * Filehandle's file descriptor:         File Operations.
  578. * Filehandle, closing a:                Input/Output.
  579. * Filehandle, end of file:              Input/Output.
  580. * Filehandle, EOF:                      Input/Output.
  581. * Filename globbing:                    Data Types.
  582. * Files:                                Environment.
  583. * Files, changing access times:         File Operations.
  584. * Files, changing modification times:   File Operations.
  585. * Finding current file position:        Input/Output.
  586. * Finding current login name example:   System Interaction.
  587. * Finding current priority:             System Interaction.
  588. * Finding first occurrence of substring: String Functions.
  589. * Finding last occurrence of a substring: String Functions.
  590. * Finding length of a string:           String Functions.
  591. * Finding parent PID:                   System Interaction.
  592. * Finding parent process id:            System Interaction.
  593. * Finding process group:                System Interaction.
  594. * Finding socket address:               Networking Functions.
  595. * Finding socket address example:       Networking Functions.
  596. * Finding socket option:                Networking Functions.
  597. * Finding user/system times:            System Interaction.
  598. * Flow Control Functions:               Flow Control Functions.
  599. * Forcing scalar context:               Variable Functions.
  600. * Formal arguments and subroutines example: Subroutines.
  601. * Format declarations:                  Formats.
  602. * Format example, /etc/passwd file:     Formats.
  603. * Format example, bug report:           Formats.
  604. * Format for the /etc/passwd file, A:   Formats.
  605. * Format/report examples:               Formats.
  606. * Formats:                              Formats.
  607. * Formatting a string:                  Miscellaneous Functions.
  608. * fseek function of stdio (really seek): Input/Output.
  609. * General Description of Perl:          Preface.
  610. * Getting address of other end of socket connection: Networking Functions.
  611. * get_line subroutine example:          Subroutines.
  612. * Globbing, filename:                   Data Types.
  613. * GNU General Public License (GPL):     Copying.
  614. * GPL (General Public License), GNU:    Copying.
  615. * Greenwich time conversion:            Time Functions.
  616. * h2ph (C .h files to Perl .ph files):  h2ph.
  617. * here-is syntax, <<:                   Data Types.
  618. * Hexidecimal to decimal conversion:    Math Functions.
  619. * How to create a core file for undump: Miscellaneous Functions.
  620. * Hype:                                 Preface.
  621. * I/O:                                  Input/Output.
  622. * Including library files:              Perl Library Functions.
  623. * Input/Output:                         Input/Output.
  624. * Input/Output Functions:               Input/Output.
  625. * Input/Output Operations:              Input/Output.
  626. * Inputting a character:                Input/Output.
  627. * integer portion of EXPR, Returning:   Math Functions.
  628. * Interprocess Communication:           Interprocess Communication.
  629. * Interprocess Communication:           Networking Functions.
  630. * Interprocess Communication client example: Interprocess Communication.
  631. * Interprocess Communication example:   Interprocess Communication.
  632. * Interprocess Communication example:   Interprocess Communication.
  633. * Interprocess Communication example - getpeername function: Networking Functions.
  634. * Interprocess Communication functions: Networking Functions.
  635. * Interprocess Communication server example: Interprocess Communication.
  636. * Interprocess Communication, bind function: Networking Functions.
  637. * Interprocess Communication, connect function: Networking Functions.
  638. * Interprocess Communication, getpeername function: Networking Functions.
  639. * Interprocess Communication, listen system call: Networking Functions.
  640. * Interprocess Communication, recv system call: Networking Functions.
  641. * Interprocess Communication, creating a pair of sockets: Networking Functions.
  642. * Interprocess Communication, creating a socket: Networking Functions.
  643. * Interprocess Communication, Finding socket address: Networking Functions.
  644. * Interprocess Communication, Finding socket option: Networking Functions.
  645. * Interprocess Communication, opening a socket: Networking Functions.
  646. * Interprocess Communication, receiving a message: Networking Functions.
  647. * Interprocess Communication, sending a message on a socket: Networking Functions.
  648. * Interprocess Communication, setting socket options: Networking Functions.
  649. * Interprocess Communication, shutting down a socket connection: Networking Functions.
  650. * Interprocess Communication, System V: System V IPC.
  651. * Introduction to the Manual:           Introduction.
  652. * IPC (Interprocess Communication):     Interprocess Communication.
  653. * IPC (Interprocess Communication):     Networking Functions.
  654. * IPC (Interprocess Communication), System V: System V IPC.
  655. * IPC client example:                   Interprocess Communication.
  656. * IPC example:                          Interprocess Communication.
  657. * IPC example:                          Interprocess Communication.
  658. * IPC example, getpeername function:    Networking Functions.
  659. * IPC functions:                        Networking Functions.
  660. * IPC server example:                   Interprocess Communication.
  661. * IPC, bind function:                   Networking Functions.
  662. * IPC, connect function:                Networking Functions.
  663. * IPC, getpeername function:            Networking Functions.
  664. * IPC, listen system call:              Networking Functions.
  665. * IPC, recv system call:                Networking Functions.
  666. * IPC, creating a pair of sockets:      Networking Functions.
  667. * IPC, creating a socket:               Networking Functions.
  668. * IPC, Finding socket address:          Networking Functions.
  669. * IPC, Finding socket option:           Networking Functions.
  670. * IPC, opening a socket:                Networking Functions.
  671. * IPC, receiving a message:             Networking Functions.
  672. * IPC, sending a message on a socket:   Networking Functions.
  673. * IPC, setting socket options:          Networking Functions.
  674. * IPC, shutting down a socket:          Networking Functions.
  675. * IPC, System V:                        System V IPC.
  676. * Issuing a shell command:              System Interaction.
  677. * Joining strings with a field separtor: Array and List Functions.
  678. * Keyboard input, character:            Input/Output.
  679. * Larry Wall's Interpretation of the GNU GPL: Conditions.
  680. * Library files, Including:             Perl Library Functions.
  681. * Links, Creating symbolic:             File Operations.
  682. * Links, reading symbolic:              File Operations.
  683. * Links, stat-ing symbolic:             File Operations.
  684. * List Functions:                       Array and List Functions.
  685. * List of Commands:                     Commands.
  686. * Lists, reverse function:              Array and List Functions.
  687. * Literals, array:                      Data Types.
  688. * Literals, associative array:          Data Types.
  689. * Literals, numeric:                    Data Types.
  690. * Literals, string:                     Data Types.
  691. * Local timezone, time conversion:      Time Functions.
  692. * local variables, Declaring:           Subroutine Functions.
  693. * logarithm function (base e):          Math Functions.
  694. * login name, finding current:          System Interaction.
  695. * Looking up non-numeric uids example:  File Operations.
  696. * Loops, last function:                 Flow Control Functions.
  697. * Loops, next function:                 Flow Control Functions.
  698. * Loops, continuing:                    Flow Control Functions.
  699. * Loops, restarting:                    Flow Control Functions.
  700. * Mailbox (BSD) appender example:       File Operations.
  701. * Making directories:                   Directory Reading Functions.
  702. * Manual Introduction:                  Introduction.
  703. * Match function:                       Search and Replace Functions.
  704. * match function examples:              Search and Replace Functions.
  705. * Matching, Pattern:                    Search and Replace Functions.
  706. * Math Functions:                       Math Functions.
  707. * Math Functions:                       Math Functions.
  708. * Math functions, exp:                  Math Functions.
  709. * Math functions, log function (base e): Math Functions.
  710. * Math functions, sin function:         Math Functions.
  711. * Math functions, sqrt function:        Math Functions.
  712. * Math functions, e to the EXPR:        Math Functions.
  713. * Math functions, square root:          Math Functions.
  714. * max subroutine example:               Subroutines.
  715. * Message Queue functions, msgctl:      System V IPC.
  716. * Message Queue functions, msgget:      System V IPC.
  717. * Message Queue functions, msgrcv:      System V IPC.
  718. * Message Queue functions, msgsnd:      System V IPC.
  719. * Miscellaneous Functions:              Miscellaneous Functions.
  720. * Modes, Changing File:                 File Operations.
  721. * Modifiers, statement:                 Simple Statements.
  722. * msgctl function:                      System V IPC.
  723. * msgget function:                      System V IPC.
  724. * msgrcv function:                      System V IPC.
  725. * msgsnd function:                      System V IPC.
  726. * Names, predefined:                    Predefined Names.
  727. * Networking:                           Networking Functions.
  728. * Networking, binding to a socket:      Networking Functions.
  729. * Networking, System V IPC:             System V IPC.
  730. * Number conversion, hex to decimal:    Math Functions.
  731. * Number conversion, octal to decimal:  Math Functions.
  732. * Numeric literals:                     Data Types.
  733. * Numeric, integer portion of EXPR:     Math Functions.
  734. * Objects, Data:                        Data Types.
  735. * Octal to decimal conversion:          Math Functions.
  736. * octal to decimal conversion example:  Math Functions.
  737. * Opening a directory for processing:   Directory Reading Functions.
  738. * Opening a file:                       Input/Output.
  739. * Opening a pair of connected pipes:    Input/Output.
  740. * Opening a pair of sockets:            Networking Functions.
  741. * Opening a socket:                     Networking Functions.
  742. * Operator associativity:               Precedence.
  743. * Operator precedence:                  Precedence.
  744. * Operators, file test:                 Expressions.
  745. * Opposite of pack function:            Structure Conversion.
  746. * Opposite of split function, join:     Array and List Functions.
  747. * Opposite of unpack function:          Structure Conversion.
  748. * Options:                              Options.
  749. * Options for a2p:                      a2p Options.
  750. * Options for s2p:                      s2p Options.
  751. * Ownership of Files:                   File Operations.
  752. * Packages:                             Packages.
  753. * Parent PID, finding:                  System Interaction.
  754. * Parent Process ID, finding:           System Interaction.
  755. * Parsing and executing variable code:  Miscellaneous Functions.
  756. * Pascal comment stripper example:      Flow Control Functions.
  757. * Passing By Reference:                 Passing By Reference.
  758. * Passing by reference example:         Passing By Reference.
  759. * Passwords, crypt function:            String Functions.
  760. * Pattern Matching:                     Search and Replace Functions.
  761. * Pattern matching examples:            Search and Replace Functions.
  762. * Pattern matching function:            Search and Replace Functions.
  763. * Pausing for EXPR seconds:             System Interaction.
  764. * Perl Conditions:                      Conditions.
  765. * Perl header files:                    h2ph.
  766. * Perl Library Functions:               Perl Library Functions.
  767. * perldb aliases:                       Debugging.
  768. * Permissions, Changing File:           File Operations.
  769. * Pipe, closing:                        Input/Output.
  770. * Poor Man's Grep Example:              Search and Replace Functions.
  771. * Positioning the file pointer:         Input/Output.
  772. * Precedence:                           Precedence.
  773. * Precedence examples:                  Precedence.
  774. * Precedence examples:                  Precedence.
  775. * Precedence examples:                  Precedence.
  776. * Precedence examples:                  Precedence.
  777. * Precedence examples:                  Precedence.
  778. * Precedence of operators:              Precedence.
  779. * Predefined Names:                     Predefined Names.
  780. * Predefined variables:                 Predefined Names.
  781. * Preface:                              Preface.
  782. * Prepending to the front of an array:  Array and List Functions.
  783. * Preserving white space in open:       Input/Output.
  784. * Printing a formatted record:          Input/Output.
  785. * Printing a message on STDERR, similar to die function: System Interaction.
  786. * Printing a string with a format:      Input/Output.
  787. * Printing a string(s):                 Input/Output.
  788. * Printing ENVironment example:         Array and List Functions.
  789. * Printing Reports:                     Input/Output.
  790. * Printing your environment example:    Array and List Functions.
  791. * Priority, Finding current:            System Interaction.
  792. * Problems converting awk scripts using a2p: a2p Bugs.
  793. * Problems using a2p:                   a2p Bugs.
  794. * Process group, finding:               System Interaction.
  795. * Process group, setting current:       System Interaction.
  796. * process' user/system times example:   System Interaction.
  797. * Processes, setting priority:          System Interaction.
  798. * Processes, waiting for child:         System Interaction.
  799. * Quick description of Perl:            Preface.
  800. * Quote operator:                       Miscellaneous Functions.
  801. * Random number generation:             Miscellaneous Functions.
  802. * Random number generator seed:         Miscellaneous Functions.
  803. * Reading /etc/utmp, login name:        System Interaction.
  804. * Reading a character:                  Input/Output.
  805. * Reading data from a file:             Input/Output.
  806. * Reading lines with continuation lines example: Subroutines.
  807. * Receiving a message on a socket:      Networking Functions.
  808. * Regular expression examples:          Regular Expressions.
  809. * Regular expression examples:          Regular Expressions.
  810. * Regular Expressions:                  Regular Expressions.
  811. * Removing a directory:                 Directory Reading Functions.
  812. * Removing elements from a list:        Array and List Functions.
  813. * Renaming a file:                      File Operations.
  814. * Replace and Search Functions:         Search and Replace Functions.
  815. * Replacing a pattern in a string:      Search and Replace Functions.
  816. * Report for the /etc/passwd file, A:   Formats.
  817. * Report/format examples:               Formats.
  818. * Reports, Printing:                    Input/Output.
  819. * Resetting ?? searches:                Variable Functions.
  820. * Resetting list of dirs for readdir:   Directory Reading Functions.
  821. * Resetting variables:                  Variable Functions.
  822. * Restarting loops:                     Flow Control Functions.
  823. * Return value:                         Subroutine Functions.
  824. * Returning a value from a subroutine:  Subroutine Functions.
  825. * Returning first value of an array:    Array and List Functions.
  826. * Returning integer portion of EXPR:    Math Functions.
  827. * Reversing a list:                     Array and List Functions.
  828. * Reversing an array:                   Array and List Functions.
  829. * rstrchr function (really rindex):     String Functions.
  830. * s2p (sed to perl translator):         s2p.
  831. * s2p considerations:                   s2p Considerations.
  832. * s2p options:                          s2p Options.
  833. * Saving, redirecting, and restoring STDOUT/STDERR example: Input/Output.
  834. * Scalar context, forcing:              Variable Functions.
  835. * scalar function:                      Variable Functions.
  836. * Scripts, Setuid:                      Setuid Scripts.
  837. * Search and Replace Functions:         Search and Replace Functions.
  838. * Searching, first occurrence:          String Functions.
  839. * Searching, last occurrence:           String Functions.
  840. * Sed to Perl translator:               s2p.
  841. * Sed Traps:                            Sed Traps.
  842. * Seed, random number generator:        Miscellaneous Functions.
  843. * Semaphore functions, semctl:          System V IPC.
  844. * Semaphore functions, semget:          System V IPC.
  845. * Semaphore functions, semop:           System V IPC.
  846. * semctl function:                      System V IPC.
  847. * semget function:                      System V IPC.
  848. * semop function:                       System V IPC.
  849. * Sending a message on a socket:        Networking Functions.
  850. * Sending a signal to a process:        System Interaction.
  851. * Sending a signal to a process example: System Interaction.
  852. * Server example, Interprocess Communication: Interprocess Communication.
  853. * Server example, IPC:                  Interprocess Communication.
  854. * Setting a process' priority:          System Interaction.
  855. * Setting default FILEHANDLE for output: Input/Output.
  856. * Setting random number gen. seed:      Miscellaneous Functions.
  857. * Setting the current process group:    System Interaction.
  858. * Setting the seed for the random number generator: Miscellaneous Functions.
  859. * Setting up aliases in the debugger:   Debugging.
  860. * Setuid Scripts:                       Setuid Scripts.
  861. * Shared Memory function, shmctl:       System V IPC.
  862. * Shared Memory functions, shmget:      System V IPC.
  863. * Shared Memory functions, shmread:     System V IPC.
  864. * Shared Memory functions, shmwrite:    System V IPC.
  865. * Shell Traps:                          Shell Traps.
  866. * shmctl function:                      System V IPC.
  867. * shmget function:                      System V IPC.
  868. * shmread function:                     System V IPC.
  869. * shmwrite function:                    System V IPC.
  870. * Shutting down a socket connection:    Networking Functions.
  871. * Signal handler example:               Predefined Names.
  872. * Signals, predefined variable for:     Predefined Names.
  873. * Similar to die function:              System Interaction.
  874. * Simple fgrep example:                 Search and Replace Functions.
  875. * Simple Statements:                    Simple Statements.
  876. * sine function (same as sin):          Math Functions.
  877. * Sleeping for EXPR seconds:            System Interaction.
  878. * Socket address, Finding:              Networking Functions.
  879. * Socket, connecting to:                Networking Functions.
  880. * Sockets, listen system call:          Networking Functions.
  881. * Sockets, recv system call:            Networking Functions.
  882. * Sockets, creating a pair of sockets:  Networking Functions.
  883. * Sockets, creating a socket:           Networking Functions.
  884. * Sockets, Finding socket address:      Networking Functions.
  885. * Sockets, Finding socket option:       Networking Functions.
  886. * Sockets, Functions for:               Networking Functions.
  887. * Sockets, opening a socket:            Networking Functions.
  888. * Sockets, receiving a message:         Networking Functions.
  889. * Sockets, sending a message:           Networking Functions.
  890. * Sockets, setting socket options:      Networking Functions.
  891. * Sockets, shutting down a socket:      Networking Functions.
  892. * Sorting:                              Array and List Functions.
  893. * Sorting a list:                       Array and List Functions.
  894. * Sorting by age example:               Array and List Functions.
  895. * Sorting examples:                     Array and List Functions.
  896. * Sorting using a user routine:         Array and List Functions.
  897. * Sorting using your own comparison routine example: Array and List Functions.
  898. * Special case of underscore with stat: File Operations.
  899. * Speeding up searches, using study:    Search and Replace Functions.
  900. * Splicing part of a list:              Array and List Functions.
  901. * Splitting a string into an array:     Array and List Functions.
  902. * Splitting passwd file entry example:  Array and List Functions.
  903. * Splitting passwd file entry example:  Array and List Functions.
  904. * Square root function:                 Math Functions.
  905. * Stat-ing symbolic links:              File Operations.
  906. * Statement modifiers:                  Simple Statements.
  907. * Statements, Compound:                 Compound Statements.
  908. * Statements, Simple:                   Simple Statements.
  909. * Statistics for a file, finding:       File Operations.
  910. * strchr function (really index):       String Functions.
  911. * String Functions:                     String Functions.
  912. * String functions, index function:     String Functions.
  913. * String functions, rindex function:    String Functions.
  914. * String functions, finding first string: String Functions.
  915. * String functions, finding last string: String Functions.
  916. * String literals:                      Data Types.
  917. * Strings, Finding length of a string:  String Functions.
  918. * Structure Conversion:                 Structure Conversion.
  919. * stty ex., setting erase char to DEL:  System Interaction.
  920. * Style:                                Style.
  921. * Subroutine context:                   Subroutine Functions.
  922. * Subroutine examples:                  Subroutines.
  923. * Subroutine examples:                  Subroutines.
  924. * Subroutine Functions:                 Subroutine Functions.
  925. * Subroutines:                          Subroutines.
  926. * Subroutines and formal arguments example: Subroutines.
  927. * Substitute function:                  Search and Replace Functions.
  928. * Substitute function examples:         Search and Replace Functions.
  929. * Swapping real/effective uid example:  Predefined Names.
  930. * Switch statement:                     Compound Statements.
  931. * Symbolic links, Creating:             File Operations.
  932. * Symbolic links, reading:              File Operations.
  933. * Symbolic Links, stat-ing:             File Operations.
  934. * Syntax:                               Syntax.
  935. * Syntax of all commands:               Command Summary.
  936. * sysread function:                     System Interaction.
  937. * System and user times for a process:  System Interaction.
  938. * System Interaction:                   System Interaction.
  939. * System return value example:          System Interaction.
  940. * System V sum program implementation:  Structure Conversion.
  941. * System V IPC:                         System V IPC.
  942. * System V IPC, semaphore functions:    System V IPC.
  943. * syswrite function:                    System Interaction.
  944. * Tainted variable examples:            Setuid Scripts.
  945. * Tainted variables:                    Setuid Scripts.
  946. * Testing if a feature exists:          Miscellaneous Functions.
  947. * Text Mode:                            Input/Output.
  948. * Time conversion, local timezone:      Time Functions.
  949. * Time conversion, seconds to local timezone: Time Functions.
  950. * Time Functions:                       Time Functions.
  951. * Time functions, Greenwich time:       Time Functions.
  952. * Timers, alarm function:               System Interaction.
  953. * Top of form format example:           Input/Output.
  954. * touch command example:                File Operations.
  955. * translate function:                   Search and Replace Functions.
  956. * translate function example:           Search and Replace Functions.
  957. * Traps:                                Traps.
  958. * Traps, Awk:                           Awk Traps.
  959. * Traps, C:                             C Traps.
  960. * Traps, Sed:                           Sed Traps.
  961. * Traps, Shell:                         Shell Traps.
  962. * Trigonometric Functions:              Math Functions.
  963. * Trigonometric Functions:              Math Functions.
  964. * Trigonometric functions, exp function: Math Functions.
  965. * Trigonometric Functions, cosine:      Math Functions.
  966. * Trigonometric functions, e to the EXPR: Math Functions.
  967. * Types, Data:                          Data Types.
  968. * Undefining a value:                   Variable Functions.
  969. * Underscore with stat function:        File Operations.
  970. * Unlinking a file(s):                  File Operations.
  971. * Unpacking binary data:                Structure Conversion.
  972. * unshift function example:             Array and List Functions.
  973. * User and system times for a process:  System Interaction.
  974. * Using study and eval example:         Search and Replace Functions.
  975. * Using unpack to emulate ord:          Structure Conversion.
  976. * Using unpack to emulate substr example: Structure Conversion.
  977. * Values of associative arrays:         Array and List Functions.
  978. * Variable Functions:                   Variable Functions.
  979. * variables, Declaring local:           Subroutine Functions.
  980. * Variables, predefined:                Predefined Names.
  981. * Variables, tainted:                   Setuid Scripts.
  982. * vectors and bitfields:                Miscellaneous Functions.
  983. * Waiting for a child process to exit:  System Interaction.
  984. * waitpid function:                     System Interaction.
  985. * Writing a formatted record:           Input/Output.
  986.  
  987.  
  988.