- or download this
use strict;
...
print qq(After: "$contents" Before: "$str"\n);
}
- or download this
After: "<form>" Before: "all this<form>"
After: "meh!<form>" Before: "meh!<form>"
- or download this
use strict;
use warnings;
...
my $form = $root->look_down("_tag", "form");
print $form->as_text();
- or download this
All good men