in reply to Re: Mock my code!
in thread Mock my code!
Good advice, Masem. But your if statement example doesn't work ...
this form of if (or unless, foreach, while, until) only works on simple statements, not on blocks.do { # not without the do $lowrange = 0; print "\nYour number must be positive. I have set it to 0 for you. +"; } if ($lowrange < 0);
-- Hofmator
|
|---|