関数名 | 概要 |
m// |
The match operator. |
map |
指定されたブロックまたは式を、配列の各要素に対して実行する。 |
mkdir |
Creates the directory specified by FILENAME, with permissions specified by MASK (as modified by `umask'). |
msgctl |
Calls the System V IPC function msgctl(2). |
msgget |
Calls the System V IPC function msgget(2). |
msgrcv |
Calls the System V IPC function msgrcv to receive a message from message queue ID into variable VAR with a maximum message size of SIZE. |
msgsnd |
Calls the System V IPC function msgsnd to send the message MSG to the message queue ID.A `my' declares the listed variables to be local (lexically) to the enclosing block, file, or `eval'. |
my |
変数を局所化します。 |