Is there any way to get perl to spit out the names of all builtin functions/vars?
I am thinking of something along these lines (which doesn't yield anything):
Thanks for any insight you can provide.for my $func (keys %main::CORE::GLOBAL::) { say $func; }
In reply to Any way to enumerate CORE::GLOBAL members? by foolishmortal
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |