Help for this page

Select Code to Download


  1. or download this
    my $cb = MIS_PrintStatus->new();
    my $callback = sub { $cb->printit(); };
    # ...
    my $handler = MIS_SAX_Parser->new($callback);
    
  2. or download this
    # Here's what you have.
    sub new {
    ...
    
     bless $self, $class;
    }