< Previous (2/14) | [Index] | Next (4/14)>
&" sign before, the name of the function.
# function is called say_hi(); # function is called again &say_hi; # ... lots of code ... # function is declared sub say_hi { print "Hello, world!\n"; } # function is called a third time say_hi;
Offer Kaye. YAPC::Israel::2005.
Slides automatically generated by tmpl2slides.pl. Last updated on Wed Feb 9 23:11:09 2005