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
Post a Comment