Next
You can't get there from here
20
"Is my program going to finish?"
Some do:
sub i_always_finish { my $arg = shift; return 17 * $arg + 1; }
Next
Copyright © 2005 M. J. Dominus