Jump to content

Function prototype: Difference between revisions

m
(Demonstrate packages)
Line 189:
=={{header|Perl}}==
 
The perl scripting language allows prototypes to be checked during JIT compilation. Prototypes should be placed before subroutine definitions, declarations, or anonymous subroutines. The sigil [http://rosettacode.org/wiki/Special_characters[Special characters#Perl |special symbols]] act as argument type placeholders.
 
<lang perl>sub noargs(); # Declare a function with no arguments
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.