関数名 | 概要 |
bless |
This function tells the thingy referenced by REF that it is now an object in the CLASSNAME package. |
dbmclose |
[この関数は、untie関数に置き換えられました。] |
dbmopen |
[この関数は、tie関数に置き換えられました。] |
package |
Declares the compilation unit as being in the given namespace. |
ref |
参照なら真を返す。 |
tie |
This function binds a variable to a package class that will provide the implementation for the variable. |
tied |
Returns a reference to the object underlying VARIABLE (the same value that was originally returned by the `tie' call that bound the variable to a package.) |
untie |
Breaks the binding between a variable and a package. |
use |
モジュールをインポートする。 |