...
/Exercise: Writing an AUTOLOAD Function
Exercise: Writing an AUTOLOAD Function
Implement the incrementer and decrementer functions with the AUTOLOAD() function.
We'll cover the following...
Problem statement
In this challenge, make an AUTOLOAD()
function, the details of which are given below:
Assume that the $count = 0
variable is predefined: ...