Help for this page

Select Code to Download


  1. or download this
      local $instance = $self;
      $parser->handler(start => \_add_link, 'tagname,attr');
    ...
      sub _add_link {
          my $self = $instance;
          ...