On 2/9/07, Craig Wood <[EMAIL PROTECTED]> wrote:

my $parser = new XML::Parser (
         Handlers =>
            {
                              Start => \&handle_start,
                              End   => \&handle_end,
                              Char  => \&handle_text
            }
         );

Undefined subroutine &main::handle_start called at

It looks as if you didn't define a subroutine called handle_start. Did
you get that example code from the XML::Parser documentation? See what
the documentation says about handlers; there's a big section detailing
each one.

Cheers!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to