I will let you know when I get an answer.# When will they ever learn? print scalar answer_when(\&learned_the_lesson); sub answer_when { my $test_question = shift; for (my $t = 0; 1; $t++) { return localtime($t) if $test_question->($t); } } sub learned_the_lesson { 0 }
In reply to Re (tilly) 1: What IS Poetry?
by tilly
in thread What IS Poetry?
by OzzyOsbourne
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |