- or download this
use strict;
use warnings;
...
}
}
}
- or download this
<html>
<head>
...
This is some "text" in the body.
</body>
</html>
- or download this
<html> @0
<head> @0.0
...
after: This is some “text” in the body.
after: HTML::Element=HASH(0x841e528) HTML::Element=HASH(0x841e5c8)
- or download this
{
my @contents = $_->content_list() ;
...
$_->detach_content();
$_->push_content(@contents);
}