Perl function protoypes -


why use function protoypes in perl? different prototypes available? how use them?

example: $$,$@,\@@ mean?

you can find description in official documentation: http://perldoc.perl.org/perlsub.html#prototypes

but more important: read why should not use function prototytpes" why perl 5's function prototypes bad?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -