But there is no function bootstram anywhere in the file, nor any other use/import/whatever statements before this that might be producing it.BEGIN { bootstrap }
It's not a builtin listed in perlfunc.
So, what is it?
Ordinarily I'd think it was a bareword, which doesn't do anything. But the module works, so the internal functions (e.g. _modify_attrs) not defined in the .pm file must be getting loaded from somewhere, and that is the stated purpose of the call to bootstrap.
—John
In reply to What is 'bootstrap'? by John M. Dlugosz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |