Search |
Symbols
| A
| B
| C
| D
| E
| F
| G
| H
| I
| J
| K
| L
| M
| N
| O
| P
| Q
| R
| S
| T
| U
| V
| W
| X
| Y
| Z
Index: M
- -M file test operator
: 2.5.10. Named Unary and File Test Operators
- /m modifier
- 2.4. Pattern Matching
- 2.4.2. Pattern-Matching Operators
- -m switch, perl
: 6.1.2. Switches
- -M switch, perl
: 6.1.2. Switches
- m// (match) operator
- 2.4. Pattern Matching
- 2.4.2. Pattern-Matching Operators
- 3.2.1. /PATTERN/
- 8.1.1. Debugger Commands
- 8.2.1. Universal Blunders
- modifiers for
: 2.4.2. Pattern-Matching Operators
- pos function and
: 3.2.109. pos
- m?? (match) operator
- 2.4.2. Pattern-Matching Operators
- 3.2.2. ?PATTERN?
- 8.1.1. Debugger Commands
- reset function and
: 3.2.124. reset
- make command
: 7.2.18.1. Targets
- Makefiles
: 7.2.18. ExtUtils::MakeMaker - Create a Makefile for a Perl Extension
- MakeMaker module
- (see also Test::Harness module)
- 7.2.18. ExtUtils::MakeMaker - Create a Makefile for a Perl Extension
- 7.2.66. Test::Harness - Run Perl Standard Test Scripts with Statistics
- man command
: Perl Manpages
- manicheck()
: 7.2.19. ExtUtils::Manifest - Utilities to Write and Check a MANIFEST File
- manicopy()
: 7.2.19. ExtUtils::Manifest - Utilities to Write and Check a MANIFEST File
- Manifest module
: 7.2.19. ExtUtils::Manifest - Utilities to Write and Check a MANIFEST File
- manifind()
: 7.2.19. ExtUtils::Manifest - Utilities to Write and Check a MANIFEST File
- maniread()
: 7.2.19. ExtUtils::Manifest - Utilities to Write and Check a MANIFEST File
- manpages
: Perl Manpages
- map function
- 3.2.91. map
- 8.4. Programming with Style
- match (m//) operator
- 2.4. Pattern Matching
- 2.4.2. Pattern-Matching Operators
- 3.2.1. /PATTERN/
- 8.1.1. Debugger Commands
- 8.2.1. Universal Blunders
- modifiers for
: 2.4.2. Pattern-Matching Operators
- pos function and
: 3.2.109. pos
- match (m??) operator
- 2.4.2. Pattern-Matching Operators
- 3.2.2. ?PATTERN?
- 8.1.1. Debugger Commands
- reset function and
: 3.2.124. reset
- $MATCH
: (see $ variables, $& variable)
- matching
: (see patterns)
- math
- (see also numbers)
- 7.2.48. overload - Overload Perl's Mathematical Operations
- operators
: (see arithmetic operators; operators)
- overloading operations
: 7.2.48. overload - Overload Perl's Mathematical Operations
- Math::BigFloat module
: 7.2.42. Math::BigFloat - Arbitrary-Length, Floating-Point Math Package
- Math::BigInt module
: 7.2.43. Math::BigInt - Arbitrary-Length Integer Math Package
- Math::Complex module
: 7.2.44. Math::Complex - Complex Numbers Package
- memory
- efficiency of
: 8.3.2. Space Efficiency
- garbage collection
: 5.3.9. A Note on Garbage Collection
- in-memory databases
: 7.2.8.4. In-memory databases
- shared memory segment ID
: 3.2.145. shmget
- messages
- error
: 7.2.5. Carp - Generate Error Messages
- functions for
: 3.2.93. msgctl
- passing with UDP
: 6.2.4.3. UDP: message passing
- receiving on sockets
: 3.2.119. recv
- script embedded in
: 6.1.2. Switches
- sending to socket
: 3.2.139. send
- metacharacters
- 2.4.1.1. The regular expression bestiary
- 8.3.1. Time Efficiency
- escaping with quotemeta
: 3.2.114. quotemeta
- in exec arguments
: 3.2.33. exec
- metaFAQ
: Frequently Asked Questions List
- method
- autogenerated substitute
: 7.2.48.7. Autogeneration
- Method()
: 7.2.48.9. Public functions
- methods
- 4.3.4. Using Object Methods
- 5.3.1. Brief Refresher on Object-Oriented Programming
- 5.3.5. A Method Is Simply a Subroutine
- autoloading
: 5.3.8. Method Autoloading
- invoking
: 5.3.6. Method Invocation
- names for
: 8.4. Programming with Style
- overriding
: 5.5.6. Overriding Base Class Methods
- minimal matching
: 1.7.2. Minimal Matching
- Miniperl module
: 7.2.20. ExtUtils::Miniperl - Write the C Code for perlmain.c
- minus (-) operator
: 2.5.5. Ideographic Unary Operators
- minus sign
: (see - (hyphen))
- mkbootstrap()
: 7.2.21. ExtUtils::Mkbootstrap - Make a Bootstrap File for Use by DynaLoader
- mkdir function
: 3.2.92. mkdir
- mkfifo command (UNIX)
: 6.2.2.4. Named pipes
- mkmanifest()
: 7.2.19. ExtUtils::Manifest - Utilities to Write and Check a MANIFEST File
- mknod command (UNIX)
: 6.2.2.4. Named pipes
- mkpath()
: 7.2.31. File::Path - Create or Remove a Series of Directories
- Mksymlists()
: 7.2.22. ExtUtils::Mksymlists - Write Linker Option Files for Dynamic Extension
- MM_OS2 module
: 7.2.23. ExtUtils::MM_OS2 - Methods to Override UNIX Behavior in ExtUtils::MakeMaker
- MM_Unix module
: 7.2.24. ExtUtils::MM_Unix - Methods Used by ExtUtils::MakeMaker
- MM_VMS module
: 7.2.25. ExtUtils::MM_VMS - Methods to Override UNIX Behavior in ExtUtils::MakeMaker
- $mode file statistic
: 3.2.159. stat
- modification time, file
- 3.2.159. stat
- 3.2.186. utime
- modifiers for statement
: 2.6.1. Simple Statements
- modules
- (see also packages)
- 5. Packages, Modules, and Object Classes
- 5.1.3. Autoloading
- 5.2. Modules
- 7. The Standard Perl Library
- Perl in a Nutshell
- autoloading, stubs for
: 7.2.9. Devel::SelfStubber - Generate Stubs for a SelfLoading Module
- automatic dunamic loading
: 7.2.12. DynaLoader - Automatic Dynamic Loading of Perl Modules
- importing
: 7.2.15. Exporter - Default Import Method for Modules
- names for
: 8.4. Programming with Style
- obtaining
: Fetching modules
- splitting for autoloading
: 7.2.3. AutoSplit - Split a Module for Autoloading
- version checking
: 7.2.15.2. Module version checking
- modulus (%) operator
: 2.5.7. Multiplicative Operators
- more than sign
- (see > (right angle bracket))
- (see >)
- msgctl function
: 3.2.93. msgctl
- msgget function
: 3.2.94. msgget
- msgrcv function
: 3.2.95. msgrcv
- msgsnd function
: 3.2.96. msgsnd
- $mtime file statistic
: 3.2.159. stat
- multi-line substitutions
: 2.4.1.3. The fine print
- multidimensional arrays
- 4.6. A Brief Tutorial: Manipulating Lists of Lists
- 4.7.1. Arrays of Arrays
- multidimensional hashes
: 4.7.4. Hashes of Hashes
- $MULTILINE_MATCHING
: (see $ variables, $* variable)
- multiplicative operators
- 1.5.2. String Operators
- 2.5.7. Multiplicative Operators
- my declarations
- 2.6.8. Scoped Declarations
- 3.2.97. my
- 8.2.2. Frequently Ignored Advice
- closures and
: 4.3.6. Closures
Search |
Symbols
| A
| B
| C
| D
| E
| F
| G
| H
| I
| J
| K
| L
| M
| N
| O
| P
| Q
| R
| S
| T
| U
| V
| W
| X
| Y
| Z
Copyright © 1999
O'Reilly & Associates, Inc.
All Rights Reserved.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]