Help for this page

Select Code to Download


  1. or download this
    use warnings; 
    use strict;
    ...
    print otherfunc sub { $alternate->(@_) }, 2,3,5,7,11;
    
    print "END\n";