ЭЛЕКТРОННАЯ БИБЛИОТЕКА КОАПП |
Сборники Художественной, Технической, Справочной, Английской, Нормативной, Исторической, и др. литературы. |
stubstub (
Generates the stubs. Takes the following arguments: To just print the stubs: To generate the whole module, with the stubs inserted correctly, set the variableuse Devel::SelfStubber; Devel::SelfStubber->stub(module, dir); $Devel::SelfStubber::JUST_STUBS to 0:
use Devel::SelfStubber; $Devel::SelfStubber::JUST_STUBS = 0; Devel::SelfStubber->stub(module, dir); |