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

Pull out data related to my apps from Android Play Store and iOS App Store -

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

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