Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -1,2 +1,4 @@
|
|||
sub noargs(); # Declare a function with no arguments
|
||||
sub twoargs($$); # Declare a function with two scalar arguments. The two sigils act as argument type placeholders
|
||||
sub noargs :prototype(); # Using the :attribute syntax instead
|
||||
sub twoargs :prototype($$);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue