- or download this
use warnings;
use strict;
...
+
{
- or download this
# REIMPLEMENTING THE WHEEL STARTS HERE
...
$handler{"Char"} = sub { $string .= $_[1]; };
+
# REIMPLEMENTING THE WHEEL ENDS HERE (more or less)
- or download this
my($child, $member, $goodness, $id);
$starthandler{"cluster"} = sub {
...
sub { push @$member, $string; };
};
- or download this
XML::Parser->new("Handlers", \%handler)->parsefile($ARGV[0]);
- or download this
warn "done parsing xml";
+
...
+
# ... and here we actually do something with what we'we read, but I wo
+n't show that ...
- or download this
use warnings;
use strict;
...
+
# ... and I omit the rest of the code again ...