Help for this page

Select Code to Download


  1. or download this
    sub new_callback_accessor {
       my $start    =  $_[0];
    ...
       $rec1->(sub { print });
       print("\n");
    }