Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        $self->handler("start", \&a_start_handler);
        $self->handler("end", undef);
    }