Help for this page

Select Code to Download


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