Help for this page
use warnings; use strict; ... say "print: " . return_print(); say "return: " . return_return();
254 print: 1 return: 255