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

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

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