prototype will do fine, then. It'll answer your question for every builtin that you don't need to handle specially anyway.
The functions you need to handle specially are the functions like print, whose syntax cannot be duplicated in Perl (short of using source filters). For print, you'll have to create a redirector for print LIST and one for print FILE LIST.
In reply to Re^3: CORE and CORE::GLOBAL operators
by ikegami
in thread CORE and CORE::GLOBAL operators
by casiano
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |