perldoc -v '$_' #### #!/usr/bin/perl use strict; use warnings; use B::Keywords qw(:all); print join "\n", @Symbols, "\n"; #### perldoc -f my #### perl /usr/lib/perl5/5.8.8/Pod/Functions.pm
## #!/usr/bin/perl use strict; use warnings; use B::Keywords qw(:all); print join "\n", @Symbols, "\n"; ##
## perldoc -f my ##
## perl /usr/lib/perl5/5.8.8/Pod/Functions.pm