Help for this page

Select Code to Download


  1. or download this
        &$_()
    
  2. or download this
        my @routines = (
            \&Routine,
    ...
        );
    
        $_->() for @routines;